From: Soeren Moch Date: Wed, 21 Sep 2016 11:16:21 +0000 (+0200) Subject: board: tbs2910: Fix BOOTMAPSZ X-Git-Tag: v2016.11-rc2~19^2~47 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=29138c6ff80d6e736640050f5e9643637c44abad;p=oweals%2Fu-boot.git board: tbs2910: Fix BOOTMAPSZ The linux kernel imx_v6_v7_defconfig sets the user/kernel memory split to 3G/1G now (was 2G/2G before). We have to adapt the BOOTMAPSZ so that the decompressor finds zImage and dtb in lowmem. Signed-off-by: Soeren Moch --- diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h index 85501bca0f..facd9cf0df 100644 --- a/include/configs/tbs2910.h +++ b/include/configs/tbs2910.h @@ -39,7 +39,7 @@ #define CONFIG_SYS_MEMTEST_END \ (CONFIG_SYS_MEMTEST_START + 500 * 1024 * 1024) -#define CONFIG_SYS_BOOTMAPSZ 0x6C000000 +#define CONFIG_SYS_BOOTMAPSZ 0x10000000 /* Serial console */ #define CONFIG_MXC_UART