Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
U
uboot-imx
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Librem5
uboot-imx
Commits
177f3860
Commit
177f3860
authored
Jun 27, 2011
by
Wolfgang Denk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor coding style fixes.
Signed-off-by:
Wolfgang Denk
<
wd@denx.de
>
parent
181f565c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
+0
-8
arch/arm/cpu/ixp/start.S
arch/arm/cpu/ixp/start.S
+0
-3
include/configs/actux1.h
include/configs/actux1.h
+0
-2
include/configs/ixdp425.h
include/configs/ixdp425.h
+0
-3
No files found.
arch/arm/cpu/ixp/start.S
View file @
177f3860
...
...
@@ -551,8 +551,5 @@ reset_cpu:
str
r1
,
[
r2
]
b
reset_endless
reset_endless
:
b
reset_endless
include/configs/actux1.h
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
...
...
include/configs/ixdp425.h
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
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment