mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04:00
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]
|
str r1, [r2]
|
||||||
b reset_endless
|
b reset_endless
|
||||||
|
|
||||||
|
|
||||||
reset_endless:
|
reset_endless:
|
||||||
|
|
||||||
b reset_endless
|
b reset_endless
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user