diff options
author | Alex Kiernan | 2018-04-20 21:25:38 +0000 |
---|---|---|
committer | Tom Rini | 2018-04-28 10:42:35 -0400 |
commit | 002c3234e63303062fdc7511ef69be1fdda3093c (patch) | |
tree | fa6581dc532dcc7cfde580849aaaa926f894e578 /configs/syzygy_hub_defconfig | |
parent | 83a1f933d141ca5db69344559c1eef255d45fddd (diff) |
Migrate IMAGE_FORMAT_LEGACY to Kconfig
This converts IMAGE_FORMAT_LEGACY to Kconfig
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/syzygy_hub_defconfig')
-rw-r--r-- | configs/syzygy_hub_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/syzygy_hub_defconfig b/configs/syzygy_hub_defconfig index 005cb9ce2eb..aef21a87e2e 100644 --- a/configs/syzygy_hub_defconfig +++ b/configs/syzygy_hub_defconfig @@ -11,6 +11,7 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y CONFIG_FIT_VERBOSE=y +CONFIG_IMAGE_FORMAT_LEGACY=y CONFIG_BOOTCOMMAND="run $modeboot || run distro_bootcmd" # CONFIG_DISPLAY_CPUINFO is not set CONFIG_SPL_STACK_R=y |