rockchip: rk3288-evb: update SPL_STACK/MALLOC_LEN config with rk3399
authorKever Yang <kever.yang@rock-chips.com>
Thu, 5 Dec 2019 10:11:53 +0000 (18:11 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Thu, 26 Dec 2019 12:34:28 +0000 (20:34 +0800)
commit4690ef8907e9f0abc79b2b6df512640e043353a5
tree73667c4ce66609ac53c04c24e16c2981fba6a865
parent7c337710fcd1d1cbc125a4077683bf578f275304
rockchip: rk3288-evb: update SPL_STACK/MALLOC_LEN config with rk3399

Update the SPL_STACK_R_MALLOC_SIMPLE_LEN which also including space for
STACK and the size may not enough when loding FIT image in SPL.

If the size is not enough, you can see log like this when loding FIT:

U-Boot TPL 2020.01-rc3-00082-g4b19b89ca4-dirty (Dec 05 2019 - 11:52:53)
Trying to boot from BOOTROM
Returning to boot ROM...
U-Boot SPL 2020.01-rc3-00082-g4b19b89ca4-dirty (Dec 05 2019 - 11:52:53 +0800)
Trying to boot from MMC2

And if enable the DEBUG for everyting in SPL, the log will hang at dwmmc
sending CMD16 for 'uboot' loadables binary because this step need a
large stack cost(about 0x2d00).

External data: dst=8400000, offset=72638, size=b3580
Image OS is Trusted Execution Environment
board_fit_config_name_match: rk3288-evb
Selecting config 'rk3288-evb'loadables: 'uboot'
blk_find_device: if_type=6, devnum=1: dwmmc@ff0c0000.blk, 6, 0
blk_find_device: if_type=6, devnum=1: dwmmc@ff0f0000.blk, 6, 1
Sending CMD16

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