diff options
| author | Tom Rini <[email protected]> | 2022-12-23 07:44:30 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 07:44:30 -0500 |
| commit | 24a0a00f07fcbf4f8ca64cb13b2fa7d624ca6af9 (patch) | |
| tree | 287ff08214bd70bcd070a2bd904800675ced8167 /common | |
| parent | 1154e965d0bd16cf438afdaa4118e1455fd71a44 (diff) | |
| parent | 440098c42e7369f4b5703a82723b2ce268180a1f (diff) | |
Merge branch '2022-12-22-assorted-important-fixes'
- Split up the aarch64 Azure CI job more, to avoid time limits, nuvoton
network fix, SPL_OPTEE_IMAGE dependency fix, some fixes to the IPv6
code, PowerPC build flag fixes, silence pylibfdt version warning.
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 6c4848f3b9d..d774c930a80 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -1481,6 +1481,7 @@ config SPL_AM33XX_ENABLE_RTC32K_OSC config SPL_OPTEE_IMAGE bool "Support OP-TEE Trusted OS image in SPL" depends on ARM + depends on SPL_LOAD_FIT || SPL_LOAD_FIT_FULL help OP-TEE is an open source Trusted OS which is loaded by SPL. More detail at: https://github.com/OP-TEE/optee_os |
