[U-Boot] [PATCH 11/15] rockchip: defconfig: firefly-rk3399: sync up with SPL changes for ATF

This tracks the SPL changes for ATF for the Firefly: * renames ATF_SUPPORT to ATF * drops CONFIG_SPL_ATF_TEXT_BASE
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com ---
configs/firefly-rk3399_defconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/configs/firefly-rk3399_defconfig b/configs/firefly-rk3399_defconfig index 94b9209..a7a9839 100644 --- a/configs/firefly-rk3399_defconfig +++ b/configs/firefly-rk3399_defconfig @@ -13,8 +13,7 @@ CONFIG_SPL_LOAD_FIT=y CONFIG_SPL_STACK_R=y CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x4000 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x200 -CONFIG_SPL_ATF_SUPPORT=y -CONFIG_SPL_ATF_TEXT_BASE=0x00010000 +CONFIG_SPL_ATF=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set CONFIG_CMD_GPT=y

On 13 September 2017 at 13:29, Philipp Tomsich philipp.tomsich@theobroma-systems.com wrote:
This tracks the SPL changes for ATF for the Firefly:
- renames ATF_SUPPORT to ATF
- drops CONFIG_SPL_ATF_TEXT_BASE
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
configs/firefly-rk3399_defconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org

This tracks the SPL changes for ATF for the Firefly:
- renames ATF_SUPPORT to ATF
- drops CONFIG_SPL_ATF_TEXT_BASE
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com Reviewed-by: Simon Glass sjg@chromium.org
configs/firefly-rk3399_defconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Applied to u-boot-rockchip, thanks!
participants (2)
-
Philipp Tomsich
-
Simon Glass