X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fkm_arm.h;h=bf77cc0542600ee59172e2d57311e65a59c47d99;hb=2a9a2339a4ea04636ed0968e76eeaf784e987f52;hp=986c46ec642231b637c5e704adbaa99b80d13757;hpb=17dd883c5b76bdade0f7a48f2eb02d918a5ebef9;p=u-boot diff --git a/include/configs/km_arm.h b/include/configs/km_arm.h index 986c46ec64..bf77cc0542 100644 --- a/include/configs/km_arm.h +++ b/include/configs/km_arm.h @@ -181,6 +181,8 @@ int get_scl (void); /* additions for new relocation code, must be added to all boards */ #define CONFIG_SYS_SDRAM_BASE 0x00000000 -#define CONFIG_SYS_INIT_SP_ADDR (0x00000000 + 0x1000 - /* Fix this */ \ - GENERATED_GBL_DATA_SIZE) +/* 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 */