From: Jaehoon Chung Date: Fri, 29 Jun 2018 09:35:42 +0000 (+0900) Subject: configs: rpi3: enable CONFIG_SPL_ATF configuration X-Git-Tag: submit/tizen/20191107.042334~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34962ad6063e436c03882b32476c2d7a0d501f2b;p=platform%2Fkernel%2Fu-boot.git configs: rpi3: enable CONFIG_SPL_ATF configuration Enable CONFIG_SPL_ATF config and defined ATF_TEXT_BASE in configs/rpi.h. Change-Id: I24f2115b6386232fb53eb105dcbeffd3495fb55e Signed-off-by: Jaehoon Chung --- diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig index 5638261e28..17863b71b4 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig @@ -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 diff --git a/include/configs/rpi.h b/include/configs/rpi.h index 2019c50377..d92960eaeb 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -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 /*