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
177f3860
Commit
177f3860
authored
13 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Minor coding style fixes.
Signed-off-by:
Wolfgang Denk
<
wd@denx.de
>
parent
181f565c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
arch/arm/cpu/ixp/start.S
+0
-3
0 additions, 3 deletions
arch/arm/cpu/ixp/start.S
include/configs/actux1.h
+0
-2
0 additions, 2 deletions
include/configs/actux1.h
include/configs/ixdp425.h
+0
-3
0 additions, 3 deletions
include/configs/ixdp425.h
with
0 additions
and
8 deletions
arch/arm/cpu/ixp/start.S
+
0
−
3
View file @
177f3860
...
...
@@ -551,8 +551,5 @@ reset_cpu:
str
r1
,
[
r2
]
b
reset_endless
reset_endless
:
b
reset_endless
This diff is collapsed.
Click to expand it.
include/configs/actux1.h
+
0
−
2
View file @
177f3860
...
...
@@ -131,8 +131,6 @@
# define CONFIG_SYS_DRAM_SIZE 0x01000000
#endif
/* FLASH organization */
#define CONFIG_SYS_TEXT_BASE 0x50000000
#ifdef CONFIG_FLASH2X2
...
...
This diff is collapsed.
Click to expand it.
include/configs/ixdp425.h
+
0
−
3
View file @
177f3860
...
...
@@ -126,8 +126,6 @@
* Hardware drivers
*/
/*
* Physical Memory Map
*/
...
...
@@ -247,7 +245,6 @@
#define CONFIG_SYS_INIT_SP_ADDR \
(CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE)
/*
* GPIO settings
*/
...
...
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