configs: rpi3: enable CONFIG_SPL_ATF configuration
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 29 Jun 2018 09:35:42 +0000 (18:35 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 10 Oct 2019 04:38:41 +0000 (13:38 +0900)
Enable CONFIG_SPL_ATF config and defined ATF_TEXT_BASE in configs/rpi.h.

Change-Id: I24f2115b6386232fb53eb105dcbeffd3495fb55e
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
configs/rpi_3_defconfig
include/configs/rpi.h

index 5638261e28164db239ee5230c74309d0cdcdd4e9..17863b71b4c7c51fd77d8780471760d15f180ec5 100644 (file)
@@ -32,8 +32,8 @@ CONFIG_SPL_STACK_R=y
 CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x200000
 CONFIG_SPL_SEPARATE_BSS=y
 CONFIG_SPL_ENV_SUPPORT=y
+CONFIG_SPL_ATF=y
 CONFIG_SPL_ATF_SUPPORT=y
-CONFIG_SPL_ATF_TEXT_BASE=0x08400000
 CONFIG_SPL_BOARD_INIT=y
 CONFIG_SYS_PROMPT="U-Boot> "
 # CONFIG_CMD_FLASH is not set
index 2019c50377d7e3088b9fe90b89e6cc6ed47a9d71..d92960eaeb567a4c813e65b6941258b67abeaec9 100644 (file)
@@ -49,6 +49,7 @@
 #define CONFIG_SPL_BSS_MAX_SIZE                0x00040000
 #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION     1
 #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME        "u-boot.img"
+#define CONFIG_SPL_ATF_TEXT_BASE       0x08400000
 #endif
 
 /*