Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
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
Show more breadcrumbs
vesta
u-boot-2015.04
Commits
b996165f
Commit
b996165f
authored
15 years ago
by
Prafulla Wadaskar
Committed by
Jean-Christophe PLAGNIOL-VILLARD
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
arm: Kirkwood: bugfix: UART1 bar correction
Signed-off-by:
Prafulla Wadaskar
<
prafulla@marvell.com
>
parent
205a0988
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/asm-arm/arch-kirkwood/kirkwood.h
+1
-1
1 addition, 1 deletion
include/asm-arm/arch-kirkwood/kirkwood.h
with
1 addition
and
1 deletion
include/asm-arm/arch-kirkwood/kirkwood.h
+
1
−
1
View file @
b996165f
...
...
@@ -45,7 +45,7 @@
#define KW_REG_UNDOC_0x1478 (KW_REGISTER(0x1478))
#define KW_UART0_BASE (KW_REGISTER(0x12000))
#define KW_UART1_BASE (KW_REGISTER(0x1
30
00))
#define KW_UART1_BASE (KW_REGISTER(0x1
21
00))
#define KW_MPP_BASE (KW_REGISTER(0x10000))
#define KW_GPIO0_BASE (KW_REGISTER(0x10100))
#define KW_GPIO1_BASE (KW_REGISTER(0x10140))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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