From: Philipp Tomsich Date: Wed, 13 Sep 2017 19:29:43 +0000 (+0200) Subject: rockchip: defconfig: lion-rk3368: sync up with SPL changes for ATF X-Git-Tag: v2018.01-rc1~67^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ec4bf3d6bd5ebc01d2664560b1e79e36994f6c1d;p=u-boot rockchip: defconfig: lion-rk3368: sync up with SPL changes for ATF This tracks the SPL changes for ATF for the RK3368-uQ7: * renames ATF_SUPPORT to ATF * drops CONFIG_SPL_ATF_TEXT_BASE (now dynamically retrieved from the .itb file) Signed-off-by: Philipp Tomsich Reviewed-by: Simon Glass --- diff --git a/configs/lion-rk3368_defconfig b/configs/lion-rk3368_defconfig index 8dae75cefd..9548b961e3 100644 --- a/configs/lion-rk3368_defconfig +++ b/configs/lion-rk3368_defconfig @@ -32,8 +32,7 @@ CONFIG_SPL_BOOTROM_SUPPORT=y CONFIG_TPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_STACK_R=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x200 -CONFIG_SPL_ATF_SUPPORT=y -CONFIG_SPL_ATF_TEXT_BASE=0x10000 +CONFIG_SPL_ATF=y CONFIG_TPL=y CONFIG_TPL_BOOTROM_SUPPORT=y CONFIG_TPL_DRIVERS_MISC_SUPPORT=y