[PATCH 1/1] configs: enable CONFIG_LEGACY_IMAGE_FORMAT on sandbox
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Sat Jan 14 12:43:31 CET 2023
The sandbox should be able to execute scripts in legacy U-Boot image format
for testing.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
configs/sandbox_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index de799b5cea..6239d495db 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -13,6 +13,7 @@ CONFIG_FIT=y
CONFIG_FIT_RSASSA_PSS=y
CONFIG_FIT_CIPHER=y
CONFIG_FIT_VERBOSE=y
+CONFIG_LEGACY_IMAGE_FORMAT=y
CONFIG_BOOTSTAGE=y
CONFIG_BOOTSTAGE_REPORT=y
CONFIG_BOOTSTAGE_FDT=y
--
2.37.2
More information about the U-Boot
mailing list