Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Simple PCIe FMC carrier SPEC - Software
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Simple PCIe FMC carrier SPEC - Software
Commits
a115fdd1
There was an error fetching the commit references. Please try again later.
Commit
a115fdd1
authored
11 years ago
by
Grzegorz Daniluk
Committed by
Alessandro Rubini
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
spec-vuart: fix base address
parent
67ff5429
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/spec-vuart.c
+1
-1
1 addition, 1 deletion
tools/spec-vuart.c
with
1 addition
and
1 deletion
tools/spec-vuart.c
+
1
−
1
View file @
a115fdd1
...
...
@@ -86,7 +86,7 @@ void term_main(int keep_term)
int
main
(
int
argc
,
char
**
argv
)
{
int
bus
=
-
1
,
dev_fn
=
-
1
,
c
;
uint32_t
vuart_base
=
0x
e
0500
;
uint32_t
vuart_base
=
0x
2
0500
;
int
keep_term
=
0
;
while
((
c
=
getopt
(
argc
,
argv
,
"b:d:u:k"
))
!=
-
1
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment