diff mbox

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

Message ID 1469825958-20120-1-git-send-email-stuart.yoder@nxp.com
State Changes Requested
Delegated to: Tom Rini
Headers show

Commit Message

Stuart Yoder July 29, 2016, 8:59 p.m. UTC
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@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(+)

Comments

Tom Rini July 30, 2016, 2:02 p.m. UTC | #1
On Fri, Jul 29, 2016 at 03:59:18PM -0500, Stuart Yoder wrote:

> 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@nxp.com>

With v2 of https://patchwork.ozlabs.org/patch/652262/ we shouldn't need
this at all as BOOTI will be enabled by default on ARM64 boards.
diff mbox

Patch

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)