All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerald Kerma <Gandalf@Gk2.net>
To: U-Boot@lists.denx.de
Cc: "Kerma Gérald" <gandalf@gk2.net>,
	"Luka Kovacic" <luka.kovacic@sartura.hr>,
	"Luka Perkov" <luka.perkov@sartura.hr>,
	"Robert Marko" <robert.marko@sartura.hr>
Subject: [PATCH 2/3] arm: mvebu: mvebu_armada-37xx: Define the loadaddr environment variable
Date: Wed, 11 Aug 2021 10:35:42 +0200	[thread overview]
Message-ID: <20210811083543.24033-3-Gandalf@Gk2.net> (raw)
In-Reply-To: <20210811083543.24033-1-Gandalf@Gk2.net>

From: Kerma Gérald <gandalf@gk2.net>

Add the loadaddr U-Boot environment variable, as this is available in
the stock Marvell U-Boot by default on Marvell Armada A37XX platforms.

Signed-off-by: Kerma Gérald <gandalf@gk2.net>
Cc: Luka Kovacic <luka.kovacic@sartura.hr>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Cc: Robert Marko <robert.marko@sartura.hr>
---
 include/configs/mvebu_armada-37xx.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/mvebu_armada-37xx.h b/include/configs/mvebu_armada-37xx.h
index c8c34d7d92..83f710efd4 100644
--- a/include/configs/mvebu_armada-37xx.h
+++ b/include/configs/mvebu_armada-37xx.h
@@ -103,6 +103,7 @@
 
 /* fdt_addr and kernel_addr are needed for existing distribution boot scripts */
 #define CONFIG_EXTRA_ENV_SETTINGS	\
+	"loadaddr=0x6000000\0"		\
 	"scriptaddr=0x6d00000\0"	\
 	"pxefile_addr_r=0x6e00000\0"	\
 	"fdt_addr=0x6f00000\0"		\
-- 
2.30.2


  parent reply	other threads:[~2021-08-11 12:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-11  8:35 [PATCH 0/3] Add support for the GST ESPRESSOBin-Ultra board Gerald Kerma
2021-08-11  8:35 ` [PATCH 1/3] cmd: mvebu: Implement the Marvell hw_info command Gerald Kerma
2021-08-11 10:15   ` Luka Kovacic
2021-08-11 10:54     ` Gérald Kerma
2021-08-11  8:35 ` Gerald Kerma [this message]
2021-08-11  8:35 ` [PATCH 3/3] arm: mvebu: Initial ESPRESSOBin-Ultra board support Gerald Kerma
  -- strict thread matches above, loose matches on Subject: below --
2021-02-04 10:46 [PATCH 0/3] Add support for the GST ESPRESSOBin-Ultra board Luka Kovacic
2021-02-04 10:46 ` [PATCH 2/3] arm: mvebu: mvebu_armada-37xx: Define the loadaddr environment variable Luka Kovacic

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=20210811083543.24033-3-Gandalf@Gk2.net \
    --to=gandalf@gk2.net \
    --cc=U-Boot@lists.denx.de \
    --cc=luka.kovacic@sartura.hr \
    --cc=luka.perkov@sartura.hr \
    --cc=robert.marko@sartura.hr \
    /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.