summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-03-05 07:08:55 -0500
committerTom Rini <[email protected]>2024-03-05 07:08:55 -0500
commit485bfe1adbb3f6eb112424fc9e7cc399c16daef5 (patch)
treef5ae70c57be275f23b0df7a6bfdabca260c9e0bb /board
parent46e3871aa66720a75da3a98a6389b56f6861ca6f (diff)
parentd61b485dbd766970816ae9da09004dc4b30f8395 (diff)
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-marvell
- net: mv88e6xxx: fix missing SMI address initialization (Marek) - mvebu: turris_omnia: Enable networking via ethernet switch (Marek) - mvebu: helios-4: add config fragment for spi booting et al (Josua) - rng: Add Turris Mox rTWM RNG driver (Max)
Diffstat (limited to 'board')
-rw-r--r--board/kobol/helios4/spiboot.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/kobol/helios4/spiboot.config b/board/kobol/helios4/spiboot.config
new file mode 100644
index 00000000000..5ffb7d2e3ba
--- /dev/null
+++ b/board/kobol/helios4/spiboot.config
@@ -0,0 +1,4 @@
+CONFIG_MVEBU_SPL_BOOT_DEVICE_SPI=y
+# CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC is not set
+CONFIG_ENV_OFFSET=0x100000
+CONFIG_ENV_SECT_SIZE=0x10000