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/p1_twr.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/p1_twr.h')
-rw-r--r-- | include/configs/p1_twr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/p1_twr.h b/include/configs/p1_twr.h index dffb15aea9..04d01e2ec3 100644 --- a/include/configs/p1_twr.h +++ b/include/configs/p1_twr.h @@ -350,7 +350,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); */ #define CONFIG_MTD_DEVICE #define CONFIG_MTD_PARTITIONS -#define CONFIG_CMD_MTDPARTS #define CONFIG_FLASH_CFI_MTD #define MTDIDS_DEFAULT "nor0=ec000000.nor" #define MTDPARTS_DEFAULT "mtdparts=ec000000.nor:256k(vsc7385-firmware)," \ |