commit | c7c0233235542db090bbe0b75ee6ae0dbcc43bac | [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 | b0405e08f4a448d82088c94d15dde40935e01b15 [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>