Minor coding style fixes.

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2011-06-27 22:20:37 +02:00
parent 181f565c2d
commit 177f38609b
3 changed files with 0 additions and 8 deletions

View File

@ -551,8 +551,5 @@ reset_cpu:
str r1, [r2] str r1, [r2]
b reset_endless b reset_endless
reset_endless: reset_endless:
b reset_endless b reset_endless

View File

@ -131,8 +131,6 @@
# define CONFIG_SYS_DRAM_SIZE 0x01000000 # define CONFIG_SYS_DRAM_SIZE 0x01000000
#endif #endif
/* FLASH organization */ /* FLASH organization */
#define CONFIG_SYS_TEXT_BASE 0x50000000 #define CONFIG_SYS_TEXT_BASE 0x50000000
#ifdef CONFIG_FLASH2X2 #ifdef CONFIG_FLASH2X2

View File

@ -126,8 +126,6 @@
* Hardware drivers * Hardware drivers
*/ */
/* /*
* Physical Memory Map * Physical Memory Map
*/ */
@ -247,7 +245,6 @@
#define CONFIG_SYS_INIT_SP_ADDR \ #define CONFIG_SYS_INIT_SP_ADDR \
(CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE) (CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE)
/* /*
* GPIO settings * GPIO settings
*/ */