Minor coding style fixes.
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
181f565c2d
commit
177f38609b
@ -551,8 +551,5 @@ reset_cpu:
|
||||
str r1, [r2]
|
||||
b reset_endless
|
||||
|
||||
|
||||
reset_endless:
|
||||
|
||||
b reset_endless
|
||||
|
||||
|
@ -131,8 +131,6 @@
|
||||
# define CONFIG_SYS_DRAM_SIZE 0x01000000
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/* FLASH organization */
|
||||
#define CONFIG_SYS_TEXT_BASE 0x50000000
|
||||
#ifdef CONFIG_FLASH2X2
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user