]> Git Repo - J-u-boot.git/blobdiff - include/configs/sama5d4_xplained.h
Convert CONFIG_LBA48 et al to Kconfig
[J-u-boot.git] / include / configs / sama5d4_xplained.h
index 5bc8744c15475ea4e83105dea7371d2e40312d22..d5cd45ca5c3a75b528baf4f4abaf4298c4d11096 100644 (file)
 #define CONFIG_SYS_SDRAM_BASE           0x20000000
 #define CONFIG_SYS_SDRAM_SIZE          0x20000000
 
-#ifdef CONFIG_SPL_BUILD
-#define CONFIG_SYS_INIT_SP_ADDR                0x218000
-#else
-#define CONFIG_SYS_INIT_SP_ADDR \
-       (CONFIG_SYS_SDRAM_BASE + 16 * 1024 - GENERATED_GBL_DATA_SIZE)
-#endif
-
 /* NAND flash */
 #ifdef CONFIG_CMD_NAND
 #define CONFIG_SYS_MAX_NAND_DEVICE     1
 #endif
 
 /* SPL */
-#define CONFIG_SPL_BSS_START_ADDR      0x20000000
-#define CONFIG_SPL_BSS_MAX_SIZE                0x80000
-#define CONFIG_SYS_SPL_MALLOC_START    0x20080000
-#define CONFIG_SYS_SPL_MALLOC_SIZE     0x80000
 
 #define CONFIG_SYS_MONITOR_LEN         (512 << 10)
 
This page took 0.026935 seconds and 4 git commands to generate.