All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stuart Yoder <stuart.yoder@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] armv8: ls2080a/ls1043a/ls1012a: enable support for booti
Date: Fri, 29 Jul 2016 15:59:18 -0500	[thread overview]
Message-ID: <1469825958-20120-1-git-send-email-stuart.yoder@nxp.com> (raw)

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(+)

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

             reply	other threads:[~2016-07-29 20:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-29 20:59 Stuart Yoder [this message]
2016-07-30 14:02 ` [U-Boot] [PATCH] armv8: ls2080a/ls1043a/ls1012a: enable support for booti Tom Rini
2016-08-01 14:13   ` Stuart Yoder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1469825958-20120-1-git-send-email-stuart.yoder@nxp.com \
    --to=stuart.yoder@nxp.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.