git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
768b516
)
SPL: Make SPL_OS depend on supported architectures
author
Tom Rini
<trini@konsulko.com>
Fri, 3 Oct 2025 20:39:17 +0000
(14:39 -0600)
committer
Tom Rini
<trini@konsulko.com>
Mon, 13 Oct 2025 20:54:32 +0000
(14:54 -0600)
We can only enable Falcon Mode (aka SPL_OS) on architectures which
implement certain hooks. Express these dependencies in Kconfig.
Signed-off-by: Tom Rini <trini@konsulko.com>
common/spl/Kconfig
patch
|
blob
|
history
diff --git
a/common/spl/Kconfig
b/common/spl/Kconfig
index
cb7b417
..
4c8af85
100644
(file)
--- a/
common/spl/Kconfig
+++ b/
common/spl/Kconfig
@@
-1202,6
+1202,7
@@
config SPL_ONENAND_SUPPORT
config SPL_OS_BOOT
bool "Activate Falcon Mode"
depends on !TI_SECURE_DEVICE
+ depends on ARM || MICROBLAZE || PPC
help
Enable booting directly to an OS from SPL.
for more info read doc/README.falcon