commit | 64176a8f5c24037b3b5b1a997f19304dff65bc97 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Fri Feb 01 15:04:57 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Feb 09 07:51:01 2019 -0500 |
tree | 093a4bf8c6fd304f996204fae74f430e0b5313ab | |
parent | e8cc366ca7c9f1b07f706772e13be6b84ca5521a [diff] |
am65x_evm: Allow bootm to load larger kernels Bootm will fail to load kernels over 8MB, this is not enough for our 64bit kernel images. Increase this to 64MB. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>