mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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 <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
cba7b949b4
commit
ec4bf3d6bd
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue