Commit 29138c6ff80d6e736640050f5e9643637c44abad

Authored by Soeren Moch
Committed by Stefano Babic
1 parent 3b30eece27

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 <smoch@web.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/tbs2910.h
... ... @@ -39,7 +39,7 @@
39 39 #define CONFIG_SYS_MEMTEST_END \
40 40 (CONFIG_SYS_MEMTEST_START + 500 * 1024 * 1024)
41 41  
42   -#define CONFIG_SYS_BOOTMAPSZ 0x6C000000
  42 +#define CONFIG_SYS_BOOTMAPSZ 0x10000000
43 43  
44 44 /* Serial console */
45 45 #define CONFIG_MXC_UART