aboutsummaryrefslogtreecommitdiffstats
path: root/dts
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-07-12 13:07:54 -0600
committerTom Rini <trini@konsulko.com>2024-07-12 14:00:45 -0600
commit246a0ce1e17358c4a08579dfca9b33c179a3a928 (patch)
tree437d584edf097dfc4eb9327f2943c6e0d13f93dc /dts
parent1ca216522d41caa250c19dcb96d1f4c165556d90 (diff)
parentf41582035cf771594d11d2e0d624ed82ed11eedf (diff)
downloadu-boot-246a0ce1e17358c4a08579dfca9b33c179a3a928.tar.gz
Merge patch series "Add Turris 1.x board"
Marek Mojík <marek.mojik@nic.cz> says: Hello all, this is a continuation of previous work by Pali to add support for the Turris 1.x board. As the patches were based on u-boot v2022.04, a nontrivial rebasing was needed. Some notes: - Some options that are in SD defconfig are disabled in NOR defconfig because over the years u-boot grew and the old NOR defconfig will not fit into NOR memory. - SD boot with RAM larger than 2GB will only allocate 2GB of RAM (We were not able to fix this yet)
Diffstat (limited to 'dts')
-rw-r--r--dts/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/dts/Kconfig b/dts/Kconfig
index 6883a000a05..569d4be338e 100644
--- a/dts/Kconfig
+++ b/dts/Kconfig
@@ -145,6 +145,12 @@ config OF_EMBED
endchoice
+config OF_INITIAL_DTB_READONLY
+ bool "Initial DTB for DT control is read-only"
+ help
+ If initial DTB for DT control is read-only (e.g. points to
+ memory-mapped flash memory), then set this option.
+
config OF_BOARD
bool "Provided by the board (e.g a previous loader) at runtime"
default y if SANDBOX || OF_HAS_PRIOR_STAGE