]> code.ossystems Code Review - bsp/u-boot.git/commit
configs: vf610: increase maximum size and enforce correct limit
authorStefan Agner <stefan.agner@toradex.com>
Tue, 17 Oct 2017 11:59:19 +0000 (13:59 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 31 Oct 2017 16:49:03 +0000 (14:49 -0200)
commiteeb7a8d1517b0f55f130e54e344fa2c460646c75
treea4b20f3ff2266d1e900486c798e5694c70731084
parente185138df539e70e7dc9ac8fd6ca7cd435a23aea
configs: vf610: increase maximum size and enforce correct limit

On Vybrid SoCs U-Boot gets loaded into GFX SRAM which is 512KiB.
Currently 32KiB is reserved for the IMX header. However, this is
not reflected in the size limit. In v2017.11-rc2 the actual size
limit (512KiB-32KiB) has been reached for Colibri VF61, which
lead to a successful build of U-Boot but not a working binary.

The IMX header is much smaller than 32KiB, typically around 1KiB.
Decrease the reserved size to 4KiB and specify the correct U-Boot
size limit. Apply this new base address and limit for all Vybrid
based boards.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
(cherry picked from commit c0f432c377805b57d67c09b0f7374d5c6510b09c)
include/configs/colibri_vf.h
include/configs/pcm052.h
include/configs/vf610twr.h