diff options
author | Neil Armstrong | 2023-10-23 14:41:34 +0200 |
---|---|---|
committer | Neil Armstrong | 2023-10-26 17:39:03 +0200 |
commit | 50ad9d01b6124b9730de957e1901d177094748f6 (patch) | |
tree | c1f388b25852aace2653e39915979d9c29f522d0 /configs/jethub_j80_defconfig | |
parent | 8a08092ddba82e18e8ed1ef84580aff00b419fbb (diff) |
ARM: meson: enable FIT with LEGACY_IMAGE_FORMAT on all configs
Allow all boards to boot with a fitImage, but keep support for
Legacy image format for now.
Link: https://lore.kernel.org/r/20231023-usb-dfu-boot-v1-1-df9d121c67c1@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Diffstat (limited to 'configs/jethub_j80_defconfig')
-rw-r--r-- | configs/jethub_j80_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/jethub_j80_defconfig b/configs/jethub_j80_defconfig index df9b8f3aedf..f1e05031379 100644 --- a/configs/jethub_j80_defconfig +++ b/configs/jethub_j80_defconfig @@ -18,6 +18,10 @@ CONFIG_IDENT_STRING=" jethubj80" CONFIG_SYS_LOAD_ADDR=0x01000000 CONFIG_DEBUG_UART=y CONFIG_REMAKE_ELF=y +CONFIG_FIT=y +CONFIG_FIT_SIGNATURE=y +CONFIG_FIT_VERBOSE=y +CONFIG_LEGACY_IMAGE_FORMAT=y CONFIG_OF_BOARD_SETUP=y CONFIG_CONSOLE_MUX=y # CONFIG_DISPLAY_CPUINFO is not set |