Home
last modified time | relevance | path

Searched hist:"47 c5705d820cc681098fd84b91248ab9aacc51bd" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Dr2dplus.h47c5705d820cc681098fd84b91248ab9aacc51bd Sun Nov 27 22:15:36 UTC 2016 Vladimir Zapolskiy <vz@mleia.com> r2dplus: fixup CONFIG_SYS_TEXT_BASE to account arch/sh changes

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>