Re: [U-Boot] [PATCH 3/3] rockchip: rk3399: update defconfig for TPL

2019-04-29 Thread Andy Yan
Kever Yang 于2019年4月1日周一 下午5:26写道: > The SPL is now running at SDRAM, and 0x1 is used by BL31, > and the ARM SPL do not support relocate now, we need reserved > 0x5 so that it won't overwrite the code when we load the > bl31 to target space. > We should remove this after we enable the relo

[U-Boot] [PATCH 3/3] rockchip: rk3399: update defconfig for TPL

2019-04-01 Thread Kever Yang
The SPL is now running at SDRAM, and 0x1 is used by BL31, and the ARM SPL do not support relocate now, we need reserved 0x5 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