[U-Boot] [PATCH] armv8: ls2080a/ls1043a/ls1012a: enable support for booti

Stuart Yoder stuart.yoder at nxp.com
Fri Jul 29 22:59:18 CEST 2016


The booti command allows booting kernels specifying dtb,
kernel, and rootfs addresses individually (without needing
an ITB file), providing more flexibility.

Signed-off-by: Stuart Yoder <stuart.yoder at nxp.com>
---
 include/configs/ls1012a_common.h | 1 +
 include/configs/ls1043a_common.h | 1 +
 include/configs/ls2080a_common.h | 1 +
 3 files changed, 3 insertions(+)

diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h
index fba2fac..a2e2803 100644
--- a/include/configs/ls1012a_common.h
+++ b/include/configs/ls1012a_common.h
@@ -93,6 +93,7 @@
 
 /* Command line configuration */
 #define CONFIG_CMD_ENV
+#define CONFIG_CMD_BOOTI
 #undef CONFIG_CMD_IMLS
 
 #define CONFIG_ARCH_EARLY_INIT_R
diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h
index 0ad5261..6e6ddb7 100644
--- a/include/configs/ls1043a_common.h
+++ b/include/configs/ls1043a_common.h
@@ -175,6 +175,7 @@
 
 /* Command line configuration */
 #define CONFIG_CMD_ENV
+#define CONFIG_CMD_BOOTI
 
 /*  MMC  */
 #define CONFIG_MMC
diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h
index ebe1415..fb05f0e 100644
--- a/include/configs/ls2080a_common.h
+++ b/include/configs/ls2080a_common.h
@@ -208,6 +208,7 @@ unsigned long long get_qixis_addr(void);
 
 /* Command line configuration */
 #define CONFIG_CMD_ENV
+#define CONFIG_CMD_BOOTI
 
 /* Miscellaneous configurable options */
 #define CONFIG_SYS_LOAD_ADDR	(CONFIG_SYS_DDR_SDRAM_BASE + 0x10000000)
-- 
1.9.0



More information about the U-Boot mailing list