This configuration enables external activation of RAUC boot. When enabled, the boot process incorporates the PHYTEC rauc.env file.
Signed-off-by: Daniel Schultz <d.schu...@phytec.de> --- board/phytec/common/k3/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/board/phytec/common/k3/Kconfig b/board/phytec/common/k3/Kconfig index 19fe927b22e..3404864c39b 100644 --- a/board/phytec/common/k3/Kconfig +++ b/board/phytec/common/k3/Kconfig @@ -37,3 +37,12 @@ config PHYTEC_K3_DEGENERATE_KEY copy of the original key. If PHYTEC_K3_KEY_BLOB_COPY is disabled, provide the path to the original key. + +config PHYTEC_K3_EMBED_RAUC_ENV + bool "Embed environment to handle RAUC A/B systems" + default n + help + Embed RAUC environment variables into u-boot's default environment. + Provides logic to select a boot partition based on environment variables + and switch to the other if the boot fails. + Includes include/env/phytec/rauc.env. -- 2.25.1