commit | 7bf7ae1e67a67f3a0d385a2efcf282f29c4237e2 | [log] [tgz] |
---|---|---|
author | Dhananjay Phadke <dphadke@linux.microsoft.com> | Tue Jan 14 17:41:41 2020 -0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 23 07:29:58 2020 -0500 |
tree | 76fd3b5ed90a2ebbdbbeb01f794de9cb9e172d8e | |
parent | 530b4fd05bcb3c8e8e78672bbcc987b012ece0c0 [diff] |
qemu-arm: set CONFIG_SYS_BOOTM_LEN to SZ_64M FIT image contents can be larger than default bootm limit 8M with initrd. Raise limit to 64MB which is commonly used elsewhere. Signed-off-by: Dhananjay Phadke <dphadke@linux.microsoft.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>