rockchip: rk3308: enable spl relocation
Relocate spl to a high address(48M + 4KB) to avoid overlap wit ATF. Change-Id: Iae767d7e5b18b24872d2a6975ef25b2146f05095 Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
This commit is contained in:
parent
4f2858296b
commit
3e15af6d1a
|
|
@ -24,6 +24,8 @@ CONFIG_BOOTDELAY=0
|
|||
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
||||
# CONFIG_DISPLAY_CPUINFO is not set
|
||||
CONFIG_ANDROID_BOOTLOADER=y
|
||||
# CONFIG_SPL_SKIP_RELOCATE is not set
|
||||
CONFIG_SPL_RELOC_TEXT_BASE=0x3001000
|
||||
CONFIG_SPL_ATF=y
|
||||
CONFIG_SPL_ATF_NO_PLATFORM_PARAM=y
|
||||
CONFIG_TPL_DRIVERS_MISC_SUPPORT=y
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@ CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
|||
CONFIG_ANDROID_BOOTLOADER=y
|
||||
CONFIG_SPL_ATF=y
|
||||
CONFIG_SPL_ATF_NO_PLATFORM_PARAM=y
|
||||
# CONFIG_SPL_SKIP_RELOCATE is not set
|
||||
CONFIG_SPL_RELOC_TEXT_BASE=0x3001000
|
||||
CONFIG_TPL_DRIVERS_MISC_SUPPORT=y
|
||||
# CONFIG_FASTBOOT is not set
|
||||
# CONFIG_CMD_BDI is not set
|
||||
|
|
|
|||
Loading…
Reference in New Issue