X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fkm_arm.h;h=bf77cc0542600ee59172e2d57311e65a59c47d99;hb=2a9a2339a4ea04636ed0968e76eeaf784e987f52;hp=1617e697deb6abacf2dba1d699fe39b4bb71218f;hpb=1b43b5d7a637b3da97304724c9a7ddfd0d9c0f76;p=u-boot diff --git a/include/configs/km_arm.h b/include/configs/km_arm.h index 1617e697de..bf77cc0542 100644 --- a/include/configs/km_arm.h +++ b/include/configs/km_arm.h @@ -108,7 +108,6 @@ #define CONFIG_KM_CONSOLE_TTY "ttyS0" /* size in bytes reserved for initial data */ -#define CONFIG_SYS_GBL_DATA_SIZE 128 /* * Other required minimal configurations @@ -180,4 +179,10 @@ int get_scl (void); #undef CONFIG_JFFS2_CMDLINE #endif +/* additions for new relocation code, must be added to all boards */ +#define CONFIG_SYS_SDRAM_BASE 0x00000000 +/* Kirkwood has 2k of Security SRAM, use it for SP */ +#define CONFIG_SYS_INIT_SP_ADDR 0xC8012000 +/* Do early setups now in board_init_f() */ +#define CONFIG_BOARD_EARLY_INIT_F #endif /* _CONFIG_KM_ARM_H */