commit | 29138c6ff80d6e736640050f5e9643637c44abad | [log] [tgz] |
---|---|---|
author | Soeren Moch <smoch@web.de> | Wed Sep 21 13:16:21 2016 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 04 12:01:14 2016 +0200 |
tree | 8dd89c5a57c91613a4b3618a8ec6d9543ada5edb | |
parent | 3b30eece271cfc4096c2d20048c89e8bed0bbbfd [diff] |
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>