All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andre Heider <a.heider@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/4] arm64: a37xx: use distro bootcmd
Date: Sat,  2 Dec 2017 10:46:37 +0100	[thread overview]
Message-ID: <20171202094637.17009-5-a.heider@gmail.com> (raw)
In-Reply-To: <20171202094637.17009-1-a.heider@gmail.com>

Signed-off-by: Andre Heider <a.heider@gmail.com>
---
 include/configs/mvebu_armada-37xx.h | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/include/configs/mvebu_armada-37xx.h b/include/configs/mvebu_armada-37xx.h
index 383e6dfaf4..f5b4f72118 100644
--- a/include/configs/mvebu_armada-37xx.h
+++ b/include/configs/mvebu_armada-37xx.h
@@ -108,11 +108,22 @@
 
 #include <config_distro_defaults.h>
 
+#define BOOT_TARGET_DEVICES(func) \
+	func(MMC, mmc, 1) \
+	func(MMC, mmc, 0) \
+	func(USB, usb, 0) \
+	func(SCSI, scsi, 0) \
+	func(PXE, pxe, na) \
+	func(DHCP, dhcp, na)
+
+#include <config_distro_bootcmd.h>
+
 #define CONFIG_EXTRA_ENV_SETTINGS	\
 	"scriptaddr=0x4d00000\0"	\
 	"pxefile_addr_r=0x4e00000\0"	\
 	"fdt_addr_r=0x4f00000\0"	\
 	"kernel_addr_r=0x5000000\0"	\
-	"ramdisk_addr_r=0x8000000"
+	"ramdisk_addr_r=0x8000000\0"	\
+	BOOTENV
 
 #endif /* _CONFIG_MVEBU_ARMADA_37XX_H */
-- 
2.15.1

  parent reply	other threads:[~2017-12-02  9:46 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-02  9:46 [U-Boot] arm64: a37xx: add distro boot compability Andre Heider
2017-12-02  9:46 ` [U-Boot] [PATCH 1/4] arm64: a37xx: use disto defaults Andre Heider
2017-12-14 10:58   ` [U-Boot] [EXT] " Kostya Porotchkin
2018-01-10 11:31   ` [U-Boot] " Stefan Roese
2017-12-02  9:46 ` [U-Boot] [PATCH 2/4] arm64: a37xx: add distro compatible env vars Andre Heider
2017-12-14 10:59   ` [U-Boot] [EXT] " Kostya Porotchkin
2018-01-10 11:32   ` [U-Boot] " Stefan Roese
2017-12-02  9:46 ` [U-Boot] [PATCH 3/4] arm64: a37xx: defconfigs: enable CONFIG_DISTRO_DEFAULTS Andre Heider
2017-12-14 10:59   ` [U-Boot] [EXT] " Kostya Porotchkin
2018-01-10 11:32   ` [U-Boot] " Stefan Roese
2017-12-02  9:46 ` Andre Heider [this message]
2017-12-14 11:00   ` [U-Boot] [EXT] [PATCH 4/4] arm64: a37xx: use distro bootcmd Kostya Porotchkin
2018-01-10 11:32   ` [U-Boot] " Stefan Roese
2017-12-14 10:17 ` [U-Boot] arm64: a37xx: add distro boot compability Andre Heider
2017-12-14 10:23   ` Stefan Roese
2017-12-14 10:26     ` Andre Heider
2017-12-14 10:30       ` Stefan Roese
2017-12-14 12:03         ` Andre Heider
2017-12-14 12:21           ` [U-Boot] [EXT] " Kostya Porotchkin
2017-12-14 12:49             ` Andre Heider
2017-12-20 16:08               ` Kostya Porotchkin
2017-12-21 11:34                 ` Andre Heider
2017-12-21 11:38                   ` Kostya Porotchkin

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=20171202094637.17009-5-a.heider@gmail.com \
    --to=a.heider@gmail.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.