diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-04-20 21:25:38 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-28 10:42:35 -0400 |
commit | 002c3234e63303062fdc7511ef69be1fdda3093c (patch) | |
tree | fa6581dc532dcc7cfde580849aaaa926f894e578 /configs/ids8313_defconfig | |
parent | 83a1f933d141ca5db69344559c1eef255d45fddd (diff) | |
download | u-boot-002c3234e63303062fdc7511ef69be1fdda3093c.tar.gz |
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/ids8313_defconfig')
-rw-r--r-- | configs/ids8313_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ids8313_defconfig b/configs/ids8313_defconfig index 0a9e91edc9..3df3dd6117 100644 --- a/configs/ids8313_defconfig +++ b/configs/ids8313_defconfig @@ -4,6 +4,7 @@ CONFIG_MPC83xx=y CONFIG_TARGET_IDS8313=y CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y +CONFIG_IMAGE_FORMAT_LEGACY=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y CONFIG_BOOTDELAY=1 |