]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
board: tbs2910: Fix BOOTMAPSZ
authorSoeren Moch <smoch@web.de>
Wed, 21 Sep 2016 11:16:21 +0000 (13:16 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 4 Oct 2016 10:01:14 +0000 (12:01 +0200)
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 <smoch@web.de>
include/configs/tbs2910.h

index 85501bca0ff76a6db3966bb80e264e530506a981..facd9cf0df9325759bc78f58d8f4630588264af7 100644 (file)
@@ -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