public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/2] arm: mvebu: Espressobin: Make SPI env offset compatible with Marvell's U-Boot
@ 2020-08-19 14:24 Pali Rohár
  2020-08-19 14:24 ` [PATCH 2/2] arm: mvebu: Espressobin: Setup MTD partitions when booting kernel Pali Rohár
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Pali Rohár @ 2020-08-19 14:24 UTC (permalink / raw)
  To: u-boot

Espressobin board comes with Marvell's U-Boot version where U-Boot env is
stored in SPI at offset 0x3F0000. This patch changes env offset in
Espressobin defconfig file to match Marvell's U-Boot version.

Users who want to use previous or different env offset can still change it
in .config file when compiling U-Boot.

Signed-off-by: Pali Roh?r <pali@kernel.org>
---
 configs/mvebu_espressobin-88f3720_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig
index 933592af88..afcdd947c1 100644
--- a/configs/mvebu_espressobin-88f3720_defconfig
+++ b/configs/mvebu_espressobin-88f3720_defconfig
@@ -6,7 +6,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000
 CONFIG_NR_DRAM_BANKS=1
 CONFIG_TARGET_MVEBU_ARMADA_37XX=y
 CONFIG_ENV_SIZE=0x10000
-CONFIG_ENV_OFFSET=0x180000
+CONFIG_ENV_OFFSET=0x3F0000
 CONFIG_ENV_SECT_SIZE=0x10000
 CONFIG_DM_GPIO=y
 CONFIG_DEBUG_UART_BASE=0xd0012000
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-08-31 13:05 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-19 14:24 [PATCH 1/2] arm: mvebu: Espressobin: Make SPI env offset compatible with Marvell's U-Boot Pali Rohár
2020-08-19 14:24 ` [PATCH 2/2] arm: mvebu: Espressobin: Setup MTD partitions when booting kernel Pali Rohár
2020-08-19 18:01   ` [EXT] " Kostya Porotchkin
2020-08-20  5:02   ` Stefan Roese
2020-08-20  7:40     ` Pali Rohár
2020-08-20  8:17       ` Stefan Roese
2020-08-20  8:51         ` Pali Rohár
2020-08-20 11:12           ` Pali Rohár
2020-08-20 11:19             ` Stefan Roese
2020-08-20 11:45               ` Pali Rohár
2020-08-20 12:03           ` Pali Rohár
2020-08-20 12:09             ` Stefan Roese
2020-08-25 10:42               ` Pali Rohár
2020-08-27 16:29   ` Andre Heider
2020-08-31 13:05   ` Stefan Roese
2020-08-19 17:59 ` [EXT] [PATCH 1/2] arm: mvebu: Espressobin: Make SPI env offset compatible with Marvell's U-Boot Kostya Porotchkin
2020-08-20  4:59 ` Stefan Roese
2020-08-27 16:29 ` Andre Heider
2020-08-31 13:05 ` Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox