commit | f8514e01176d2a1e322fbca8f73e5673b601fe67 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Tue Mar 29 12:54:41 2022 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Apr 05 13:26:10 2022 +0200 |
tree | 63ae92d6fec7e8f77fc614f09dd4e70e8c984c9a | |
parent | 4c84b5e9416fc2b321f617f1aefc4a50c2ef5e33 [diff] |
xilinx: Increase max size of image from 60 to 100MB Recently big Linux kernels can have more then 60MB that's why increase this limit to also cover these large kernels. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Link: https://lore.kernel.org/r/f52f7c8ea419d69b248ba1460a96d1635194e128.1648551279.git.michal.simek@xilinx.com
diff --git a/include/configs/xilinx_versal.h b/include/configs/xilinx_versal.h index 19e09e3..9088b31 100644 --- a/include/configs/xilinx_versal.h +++ b/include/configs/xilinx_versal.h
@@ -43,7 +43,7 @@ # define PHY_ANEG_TIMEOUT 20000 #endif -#define CONFIG_SYS_BOOTM_LEN (60 * 1024 * 1024) +#define CONFIG_SYS_BOOTM_LEN (100 * 1024 * 1024) #define CONFIG_CLOCKS
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 494a7c4..d1abe44 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h
@@ -58,7 +58,7 @@ # define PHY_ANEG_TIMEOUT 20000 #endif -#define CONFIG_SYS_BOOTM_LEN (60 * 1024 * 1024) +#define CONFIG_SYS_BOOTM_LEN (100 * 1024 * 1024) #define CONFIG_CLOCKS