diff options
author | Tom Rini <trini@konsulko.com> | 2017-07-22 18:36:16 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-24 20:35:55 -0400 |
commit | d56b4b19744c314c26dc77585a7c7a9253d1487d (patch) | |
tree | c2f61f4eb311a4e81155b4579d69b4fe3d549581 /include/configs/microblaze-generic.h | |
parent | 24fc9531a14e3d57c6e6afe4df15dc020e7b55d6 (diff) |
configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS
The above CONFIG options are in Kconfig, and now have correct depends and
inter-dependencies. Migrate these to configs/ from include/configs/. In the
case of CMD_UBIFS also change it to be a default y if CMD_UBI.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/microblaze-generic.h')
-rw-r--r-- | include/configs/microblaze-generic.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index cc7f81955e..39d7bd1c2c 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -171,8 +171,6 @@ #define CONFIG_CMD_MFSL #if defined(FLASH) -# undef CONFIG_CMD_UBIFS - # if !defined(RAMENV) # define CONFIG_CMD_SAVES # endif @@ -183,8 +181,6 @@ # if !defined(RAMENV) # define CONFIG_CMD_SAVES # endif -#else -# undef CONFIG_CMD_UBIFS #endif #endif @@ -192,18 +188,12 @@ # define CONFIG_MTD_PARTITIONS #endif -#if defined(CONFIG_CMD_UBIFS) -# define CONFIG_LZO -#endif - #if defined(CONFIG_CMD_UBI) # define CONFIG_MTD_PARTITIONS -# define CONFIG_RBTREE #endif #if defined(CONFIG_MTD_PARTITIONS) /* MTD partitions */ -#define CONFIG_CMD_MTDPARTS /* mtdparts command line support */ #define CONFIG_MTD_DEVICE /* needed for mtdparts commands */ #define CONFIG_FLASH_CFI_MTD #define MTDIDS_DEFAULT "nor0=flash-0" |