From: "Pali Rohár" <pali@kernel.org>
To: u-boot@lists.denx.de
Subject: [PATCH 2/5] arm: mvebu: Espressobin: Change default loadaddr
Date: Mon, 24 Aug 2020 16:24:59 +0200 [thread overview]
Message-ID: <20200824142502.7281-2-pali@kernel.org> (raw)
In-Reply-To: <20200824142502.7281-1-pali@kernel.org>
Current loadaddr is not writable on Espressobin and 'loadb' command cause
rebooting board. Marvell's U-Boot already set default loadaddr to value
0x06000000 [1] and after this change 'loadb' is working fine.
[1] - https://github.com/MarvellEmbeddedProcessors/u-boot-marvell/commit/0a5b159806baa0746b6449920e450498bc269ba7
Signed-off-by: Pali Roh?r <pali@kernel.org>
---
include/configs/mvebu_armada-37xx.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/mvebu_armada-37xx.h b/include/configs/mvebu_armada-37xx.h
index ac0998a2d4..c6b0e2573a 100644
--- a/include/configs/mvebu_armada-37xx.h
+++ b/include/configs/mvebu_armada-37xx.h
@@ -37,7 +37,7 @@
/*
* Other required minimal configurations
*/
-#define CONFIG_SYS_LOAD_ADDR 0x00800000 /* default load adr- 8M */
+#define CONFIG_SYS_LOAD_ADDR 0x06000000 /* default load adr */
#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */
#define CONFIG_SYS_MAXARGS 32 /* max number of command args */
--
2.20.1
next prev parent reply other threads:[~2020-08-24 14:24 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-24 14:24 [PATCH 1/5] arm: mvebu: Espressobin: Move env load addresses Pali Rohár
2020-08-24 14:24 ` Pali Rohár [this message]
2020-08-25 7:06 ` [PATCH 2/5] arm: mvebu: Espressobin: Change default loadaddr Stefan Roese
2020-08-24 14:25 ` [PATCH 3/5] arm: mvebu: Espressobin: Define fdt_addr and kernel_addr env aliases Pali Rohár
2020-08-25 7:07 ` Stefan Roese
2020-08-24 14:25 ` [PATCH 4/5] arm: mvebu: Espressobin: Define console env Pali Rohár
2020-08-25 7:08 ` Stefan Roese
2020-08-26 13:22 ` Andre Heider
2020-08-26 13:31 ` Pali Rohár
2020-08-26 14:00 ` Andre Heider
2020-08-26 14:10 ` Pali Rohár
2020-08-26 14:43 ` Andre Heider
2020-08-26 15:10 ` Pali Rohár
2020-08-26 15:29 ` Andre Heider
2020-08-27 4:51 ` Andre Heider
2020-08-27 10:29 ` Pali Rohár
2020-08-27 14:34 ` Andre Heider
2020-08-27 5:25 ` Andre Heider
2020-08-24 14:25 ` [PATCH 5/5] arm: mvebu: Espressobin: Update README.marvell file Pali Rohár
2020-08-25 7:08 ` Stefan Roese
2020-08-25 7:05 ` [PATCH 1/5] arm: mvebu: Espressobin: Move env load addresses Stefan Roese
2020-08-26 7:30 ` Andre Heider
2020-08-26 8:31 ` Espressobin booting (Was: Re: [PATCH 1/5] arm: mvebu: Espressobin: Move env load addresses) Pali Rohár
2020-08-26 9:57 ` Andre Heider
2020-08-26 10:51 ` Pali Rohár
2020-08-26 11:40 ` Pali Rohár
2020-08-26 13:22 ` Andre Heider
2020-08-27 13:14 ` Pali Rohár
2020-08-28 12:39 ` Pali Rohár
2020-08-28 14:35 ` Andre Heider
2020-08-28 14:53 ` Pali Rohár
2020-08-27 13:01 ` [PATCH v2 1/4] arm: mvebu: Espressobin: Move env load addresses Pali Rohár
2020-08-27 13:01 ` [PATCH v2 2/4] arm: mvebu: Espressobin: Change default loadaddr Pali Rohár
2020-08-27 15:31 ` Stefan Roese
2020-08-27 16:04 ` Andre Heider
2020-08-31 13:06 ` Stefan Roese
2020-08-27 13:01 ` [PATCH v2 3/4] arm: mvebu: Espressobin: Define fdt_addr and kernel_addr env aliases Pali Rohár
2020-08-27 15:31 ` Stefan Roese
2020-08-27 16:04 ` Andre Heider
2020-08-31 13:06 ` Stefan Roese
2020-08-27 13:01 ` [PATCH v2 4/4] arm: mvebu: Espressobin: Update README.marvell file Pali Rohár
2020-08-27 15:32 ` Stefan Roese
2020-08-31 13:06 ` Stefan Roese
2020-08-27 14:31 ` [PATCH v2 1/4] arm: mvebu: Espressobin: Move env load addresses Andre Heider
2020-08-27 15:37 ` Stefan Roese
2020-08-27 15:31 ` Stefan Roese
2020-08-31 13:06 ` Stefan Roese
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=20200824142502.7281-2-pali@kernel.org \
--to=pali@kernel.org \
--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.