diff options
| author | Marek Vasut <[email protected]> | 2023-08-23 02:17:12 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-09-06 13:51:19 -0400 |
| commit | e342b91a08075266ac371ae1bfc9aa7dea71b5cf (patch) | |
| tree | 4aa5ace3aa56421c1d0540ac6c0184a3e0b94b56 | |
| parent | 48aaabe44182d11f3f66960407e3f25dfe7b9e99 (diff) | |
configs: sandbox64: Enable legacy image format support
Align the sandbox64 defconfig with sandbox defconfig. Enable missing
legacy image format support. This fixes ut_bootstd_bootflow_cmd_menu
test.
Suggested-by: Jonas Karlman <[email protected]>
Signed-off-by: Marek Vasut <[email protected]>
| -rw-r--r-- | configs/sandbox64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index 55a01b7eb9d..b97380544a3 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -13,6 +13,7 @@ CONFIG_SYS_MEMTEST_END=0x00101000 CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y CONFIG_FIT_VERBOSE=y +CONFIG_LEGACY_IMAGE_FORMAT=y CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTSTAGE=y CONFIG_BOOTSTAGE_REPORT=y |
