]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit838b1ca9ede4b4f3fea03f1ccd58e8da9d7b4f4d
tree6061fa9be14408655da48eca26985d89d53dcef7
parentde2f1d6a7d84cfb3b495b1a05058f134deec8cdf
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