Skip to content
Snippets Groups Projects
Commit 29138c6f authored by Soeren Moch's avatar Soeren Moch Committed by Stefano Babic
Browse files

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: default avatarSoeren Moch <smoch@web.de>
parent 3b30eece
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment