rockchip: rk3328: defconfig: no need to reserve IRAM for SPL
authorKever Yang <kever.yang@rock-chips.com>
Wed, 23 Oct 2019 02:08:53 +0000 (10:08 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 10 Nov 2019 12:40:20 +0000 (20:40 +0800)
commitae2500f89a8de636a2a23187010fa57f44ac3bd3
treec940f64052b4f2cc4872d6bac58e9bba74aa16d0
parent5ce94c74a6b59922d4280573f2438e4f5f9b29a8
rockchip: rk3328: defconfig: no need to reserve IRAM for SPL

We use to reserve IRAM to avoid the SPL text overlap with ATF M0 code,
and when we introduce the TPL, the SPL space is in DRAM, we reserve
space to avoid SPL text overlap with ATF bl31.

Now we decide to move ATF entry point to 0x40000 instead of 0x1000,
so that the SPL can have 0x4000 as code size and no need to reserve
space or relocate before loading ATF.

The mainline ATF has update since:
0aad563c rockchip: Update BL31_BASE to 0x40000

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
configs/evb-rk3328_defconfig
configs/rock64-rk3328_defconfig