diff mbox series

xilinx: Increase max size of image from 60 to 100MB

Message ID f52f7c8ea419d69b248ba1460a96d1635194e128.1648551279.git.michal.simek@xilinx.com
State Accepted
Commit cf5ed341e44bdde29d380362f9d1b8fbd95b04fd
Delegated to: Michal Simek
Headers show
Series xilinx: Increase max size of image from 60 to 100MB | expand

Commit Message

Michal Simek March 29, 2022, 10:54 a.m. UTC
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>
---

 include/configs/xilinx_versal.h | 2 +-
 include/configs/xilinx_zynqmp.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Michal Simek April 5, 2022, 11:26 a.m. UTC | #1
Ășt 29. 3. 2022 v 12:54 odesĂ­latel Michal Simek <michal.simek@xilinx.com> napsal:
>
> 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>
> ---
>
>  include/configs/xilinx_versal.h | 2 +-
>  include/configs/xilinx_zynqmp.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/configs/xilinx_versal.h b/include/configs/xilinx_versal.h
> index 19e09e3cafa2..9088b318ec89 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 494a7c4b0017..d1abe44c4558 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
>
> --
> 2.35.1
>

Applied.
M
diff mbox series

Patch

diff --git a/include/configs/xilinx_versal.h b/include/configs/xilinx_versal.h
index 19e09e3cafa2..9088b318ec89 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 494a7c4b0017..d1abe44c4558 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