[PATCH v1 1/2] imx: imx8qm_rom7720: Increase CONFIG_SYS_BOOTM_LEN to 64MB

Oliver Graute oliver.graute at gmail.com
Wed Jan 26 22:55:08 CET 2022


Increase CONFIG_SYS_BOOTM_LEN to 64MB

Signed-off-by: Oliver Graute <oliver.graute at 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



More information about the U-Boot mailing list