From: Andrew F. Davis Date: Fri, 1 Feb 2019 21:04:57 +0000 (-0600) Subject: am65x_evm: Allow bootm to load larger kernels X-Git-Tag: v2019.04-rc2~20^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=64176a8f5c24037b3b5b1a997f19304dff65bc97;p=oweals%2Fu-boot.git 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 Reviewed-by: Tom Rini Reviewed-by: Lokesh Vutla --- diff --git a/include/configs/am65x_evm.h b/include/configs/am65x_evm.h index 31749c6d06..9ce5b6e824 100644 --- a/include/configs/am65x_evm.h +++ b/include/configs/am65x_evm.h @@ -37,6 +37,8 @@ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SPL_TEXT_BASE + \ CONFIG_SYS_K3_NON_SECURE_MSRAM_SIZE - 4) +#define CONFIG_SYS_BOOTM_LEN SZ_64M + /* U-Boot general configuration */ #define EXTRA_ENV_AM65X_BOARD_SETTINGS \ "findfdt=" \