]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
imx8m: enlarge CONFIG_SYS_BOOTM_LEN
authorPeng Fan <peng.fan@nxp.com>
Tue, 28 Jul 2020 09:28:57 +0000 (17:28 +0800)
committerStefano Babic <sbabic@denx.de>
Mon, 3 Aug 2020 15:03:57 +0000 (17:03 +0200)
Enlarge CONFIG_SYS_BOOTM_LEN when booting FIT image with AArch32 mode
Linux kernel.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
include/configs/imx8mn_evk.h
include/configs/imx8mp_evk.h
include/configs/imx8mq_evk.h

index 4350b5a62afff42b300576b57a6f582fff85b58b..56165f832de20b6118a4a8ebb13a9bdbf6f693df 100644 (file)
@@ -10,6 +10,8 @@
 #include <linux/stringify.h>
 #include <asm/arch/imx-regs.h>
 
+#define CONFIG_SYS_BOOTM_LEN           (32 * SZ_1M)
+
 #define CONFIG_SPL_MAX_SIZE            (148 * 1024)
 #define CONFIG_SYS_MONITOR_LEN         SZ_512K
 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR
index 9c13235982c67ae2afc92ab2916f63d76af8f41b..d664f2a1530064b61770c9c05b2b44c109658673 100644 (file)
@@ -10,6 +10,8 @@
 #include <linux/stringify.h>
 #include <asm/arch/imx-regs.h>
 
+#define CONFIG_SYS_BOOTM_LEN           (32 * SZ_1M)
+
 #define CONFIG_SPL_MAX_SIZE            (152 * 1024)
 #define CONFIG_SYS_MONITOR_LEN         (512 * 1024)
 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR
index 366577857ab2e07ca57922d51713430bb7f6d846..c0eaf59f19e06ca502f45bc9b7f388263a0dbdab 100644 (file)
@@ -10,6 +10,8 @@
 #include <linux/stringify.h>
 #include <asm/arch/imx-regs.h>
 
+#define CONFIG_SYS_BOOTM_LEN           (32 * SZ_1M)
+
 #define CONFIG_SPL_MAX_SIZE            (124 * 1024)
 #define CONFIG_SYS_MONITOR_LEN         (512 * 1024)
 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR