mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
Convert CONFIG_SPL_BSS_START_ADDR to Kconfig
This converts the following to Kconfig: CONFIG_SPL_BSS_START_ADDR Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
#define CONFIG_SYS_UBOOT_BASE (QSPI0_AMBA_BASE + CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR * 512)
|
||||
|
||||
#ifdef CONFIG_SPL_BUILD
|
||||
#define CONFIG_SPL_BSS_START_ADDR 0x22048000
|
||||
#define CONFIG_SYS_SPL_MALLOC_START 0x22040000
|
||||
#define CONFIG_SYS_SPL_MALLOC_SIZE 0x8000 /* 32 KB */
|
||||
|
||||
|
Reference in New Issue
Block a user