All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xilinx: Increase max size of image from 60 to 100MB
@ 2022-03-29 10:54 Michal Simek
  2022-04-05 11:26 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2022-03-29 10:54 UTC (permalink / raw)
  To: u-boot, git

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] xilinx: Increase max size of image from 60 to 100MB
  2022-03-29 10:54 [PATCH] xilinx: Increase max size of image from 60 to 100MB Michal Simek
@ 2022-04-05 11:26 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2022-04-05 11:26 UTC (permalink / raw)
  To: U-Boot, git

ú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

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-05 11:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-29 10:54 [PATCH] xilinx: Increase max size of image from 60 to 100MB Michal Simek
2022-04-05 11:26 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.