public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1 1/2] imx: imx8qm_rom7720: Increase CONFIG_SYS_BOOTM_LEN to 64MB
@ 2022-01-26 21:55 Oliver Graute
  2022-02-05 16:44 ` sbabic
  0 siblings, 1 reply; 2+ messages in thread
From: Oliver Graute @ 2022-01-26 21:55 UTC (permalink / raw)
  To: sbabic
  Cc: festevam, peng.fan, sjg, ye.li, uboot-imx, Oliver Graute,
	Oliver Graute, u-boot

Increase CONFIG_SYS_BOOTM_LEN to 64MB

Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com>
---
 include/configs/imx8qm_rom7720.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/imx8qm_rom7720.h b/include/configs/imx8qm_rom7720.h
index 666e497b0b..31d861481f 100644
--- a/include/configs/imx8qm_rom7720.h
+++ b/include/configs/imx8qm_rom7720.h
@@ -21,6 +21,8 @@
 #define USDHC2_BASE_ADDR		0x5B020000
 #define USDHC3_BASE_ADDR		0x5B030000
 
+#define CONFIG_SYS_BOOTM_LEN		SZ_64M
+
 /* FUSE command */
 
 /* Boot M4 */
-- 
2.17.1


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

end of thread, other threads:[~2022-02-05 16:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-26 21:55 [PATCH v1 1/2] imx: imx8qm_rom7720: Increase CONFIG_SYS_BOOTM_LEN to 64MB Oliver Graute
2022-02-05 16:44 ` sbabic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox