commit | 95b5a337278e8c9ea07897d6e68fa1feae261a8d | [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 | 9b86c82e8e63ed1a850e593ca363aa4ba9c46bc7 [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>