Home
last modified time | relevance | path

Searched hist:e7fbcbc2566ab4bbcb07889a5791972ac49fa407 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Domap3_igep00x0.he7fbcbc2566ab4bbcb07889a5791972ac49fa407 Tue May 03 06:59:24 UTC 2016 Enric Balletbo i Serra <enric.balletbo@collabora.com> igep00x0: Use the SRAM available for SPL.

Move CONFIG_SPL_TEXT_BASE down to 0x40200000 and set CONFIG_SPL_MAX_SIZE
to (SRAM_SCRATCH_SPACE_ADDR - CONFIG_SPL_TEXT_BASE), so that it's clear
what the limit is.

This will also help some compilers to fit all the code into the allocated
space.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>