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 | |
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 'include')
-rw-r--r-- | include/config_fallbacks.h | 8 | ||||
-rw-r--r-- | include/configs/ids8313.h | 2 | ||||
-rw-r--r-- | include/configs/imx6-engicam.h | 5 | ||||
-rw-r--r-- | include/configs/wb50n.h | 2 | ||||
-rw-r--r-- | include/configs/zynq-common.h | 3 |
5 files changed, 0 insertions, 20 deletions
diff --git a/include/config_fallbacks.h b/include/config_fallbacks.h index 23a4cfbac7..c18f19a550 100644 --- a/include/config_fallbacks.h +++ b/include/config_fallbacks.h @@ -46,14 +46,6 @@ #define CONFIG_SYS_MAXARGS 16 #endif -#ifndef CONFIG_FIT_SIGNATURE -#define CONFIG_IMAGE_FORMAT_LEGACY -#endif - -#ifdef CONFIG_DISABLE_IMAGE_LEGACY -#undef CONFIG_IMAGE_FORMAT_LEGACY -#endif - #ifdef CONFIG_DM_I2C # ifdef CONFIG_SYS_I2C # error "Cannot define CONFIG_SYS_I2C when CONFIG_DM_I2C is used" diff --git a/include/configs/ids8313.h b/include/configs/ids8313.h index a10dc123f2..835789528d 100644 --- a/include/configs/ids8313.h +++ b/include/configs/ids8313.h @@ -506,6 +506,4 @@ /* UBI Support */ #define CONFIG_MTD_PARTITIONS -#define CONFIG_IMAGE_FORMAT_LEGACY - #endif /* __CONFIG_H */ diff --git a/include/configs/imx6-engicam.h b/include/configs/imx6-engicam.h index 246a636ef0..86604d6706 100644 --- a/include/configs/imx6-engicam.h +++ b/include/configs/imx6-engicam.h @@ -130,11 +130,6 @@ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \ CONFIG_SYS_INIT_SP_OFFSET) -/* FIT */ -#ifdef CONFIG_FIT -# define CONFIG_IMAGE_FORMAT_LEGACY -#endif - /* UART */ #ifdef CONFIG_MXC_UART # ifdef CONFIG_MX6UL 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 diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index baad8db62f..e503617178 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -263,9 +263,6 @@ GENERATED_GBL_DATA_SIZE) -/* FIT support */ -#define CONFIG_IMAGE_FORMAT_LEGACY /* enable also legacy image format */ - /* Extend size of kernel image for uncompression */ #define CONFIG_SYS_BOOTM_LEN (60 * 1024 * 1024) |