rockchip: configs: rk3368: no need to reserve IRAM in SPL

Remove CONFIG_ROCKCHIP_SPL_RESERVE_IRAM=0x50000 and it will default to
0. No need to reserve the space for we move the bl31 entry to 0x40000
and limit the size of SPL at 0~0x40000.

Change-Id: I76385fcb3524eb16c19c3006c59954edc2f3531e
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Kever Yang 2019-10-22 18:16:28 +08:00
parent 714c681b54
commit 81adf89fd1
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ CONFIG_TPL_MAX_SIZE=32768
CONFIG_ROCKCHIP_RK3368=y
CONFIG_ROCKCHIP_PX5=y
CONFIG_TARGET_EVB_PX5=y
CONFIG_ROCKCHIP_SPL_RESERVE_IRAM=0x40000
CONFIG_TPL_LIBCOMMON_SUPPORT=y
CONFIG_TPL_LIBGENERIC_SUPPORT=y
CONFIG_SPL_DRIVERS_MISC_SUPPORT=y