diff options
| author | Tom Rini <[email protected]> | 2025-10-03 14:39:17 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-13 14:54:32 -0600 |
| commit | 66873b9ef0b447d9b0f9da81eb9867e1f19b99cf (patch) | |
| tree | 630bd275f317dec5bfeae542d87f9ce8dfc6d699 /common | |
| parent | 768b5167bd5bd8bf93698dbc94895ec3b195ffe0 (diff) | |
SPL: Make SPL_OS depend on supported architectures
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 <[email protected]>
Diffstat (limited to 'common')
| -rw-r--r-- | common/spl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index cb7b4179384..4c8af85d5cc 100644 --- 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 |
