
4 Dec
2016
4 Dec
'16
1:44 a.m.
On Mon, Nov 28, 2016 at 12:15:36AM +0200, Vladimir Zapolskiy wrote:
This change allows to reserve enough space at the end of board SDRAM to store two copies of U-Boot and malloc heap.
Due to selection of the CONFIG_SYS_TEXT_BASE the second code/data copying is not avoided, first of all this may depend on a used toolchain, secondly at this point some level of volatility is wanted to do more platform changes and do not care about probably changed calculated in runtime relocation offset.
Signed-off-by: Vladimir Zapolskiy vz@mleia.com
Applied to u-boot/master, thanks!
--
Tom