From: Heinrich Schuchardt Date: Tue, 2 Apr 2019 17:19:07 +0000 (+0200) Subject: configs: rk3288: Tinker Board SPL file must fit into 32 KiB X-Git-Tag: v2019.07-rc4~6^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dfe252b11e23e9aa54e87aadc8d8ac5c1ab56861;p=oweals%2Fu-boot.git configs: rk3288: Tinker Board SPL file must fit into 32 KiB The SPL image for the Tinker Board has to fit into 32 KiB. This includes up to 2 KiB for the file header. Signed-off-by: Heinrich Schuchardt --- diff --git a/configs/tinker-rk3288_defconfig b/configs/tinker-rk3288_defconfig index 07e0d45781..4b48689ee8 100644 --- a/configs/tinker-rk3288_defconfig +++ b/configs/tinker-rk3288_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_ROCKCHIP=y CONFIG_SYS_TEXT_BASE=0x00000000 CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_ROCKCHIP_RK3288=y +CONFIG_SPL_SIZE_LIMIT=30720 CONFIG_SPL_ROCKCHIP_BACK_TO_BROM=y CONFIG_TARGET_TINKER_RK3288=y CONFIG_NR_DRAM_BANKS=1