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 /include/configs/wb50n.h | |
parent | 83a1f933d141ca5db69344559c1eef255d45fddd (diff) | |
download | u-boot-002c3234e63303062fdc7511ef69be1fdda3093c.tar.gz u-boot-002c3234e63303062fdc7511ef69be1fdda3093c.tar.bz2 u-boot-002c3234e63303062fdc7511ef69be1fdda3093c.zip |
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 'include/configs/wb50n.h')
-rw-r--r-- | include/configs/wb50n.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/wb50n.h b/include/configs/wb50n.h index 028e3ff937..093cc32a6e 100644 --- a/include/configs/wb50n.h +++ b/include/configs/wb50n.h @@ -23,8 +23,6 @@ #define CONFIG_SKIP_LOWLEVEL_INIT #endif -#define CONFIG_IMAGE_FORMAT_LEGACY - /* general purpose I/O */ #define CONFIG_AT91_GPIO |