From d56b4b19744c314c26dc77585a7c7a9253d1487d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 22 Jul 2017 18:36:16 -0400 Subject: 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 --- include/configs/km/km_arm.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/configs/km/km_arm.h') diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index 0c5f6e7515..02e8a97f2f 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -115,11 +115,6 @@ #define CONFIG_INITRD_TAG /* enable INITRD tag */ #define CONFIG_SETUP_MEMORY_TAGS /* enable memory tag */ -/* - * Commands configuration - */ -#define CONFIG_CMD_MTDPARTS - /* * NAND Flash configuration */ @@ -153,11 +148,6 @@ #define CONFIG_ENV_OVERWRITE /* ethaddr can be reprogrammed */ #define CONFIG_KM_COMMON_ETH_INIT /* standard km ethernet_present for piggy */ -/* - * UBI related stuff - */ -#define CONFIG_SYS_USE_UBI - /* * I2C related stuff */ -- cgit v1.2.1