rockchip: rk3399: update defconfig for TPL
authorKever Yang <kever.yang@rock-chips.com>
Fri, 9 Nov 2018 03:21:38 +0000 (11:21 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 8 May 2019 09:34:12 +0000 (17:34 +0800)
commitbdc00080111f6dc1e48586239e71e22665004aca
tree6061fa9be14408655da48eca26985d89d53dcef7
parent82763349a25e45fe6978d3d6a058980d870936f5
rockchip: rk3399: update defconfig for TPL

The SPL is now running at SDRAM, and 0x10000 is used by BL31,
and the ARM SPL do not support relocate now, we need reserved
0x50000 so that it won't overwrite the code when we load the
bl31 to target space.
We should remove this after we enable the relocate feature.

The SPL need malloc 0x9000 for MMC as buffer used for transfer
data to IRAM(The EMMC DMA can not transfer data to IRAM directly).

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