From 7f6665554a6e42af3c9f704de879705c1b20b56c Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Aug 2017 16:34:37 -0600 Subject: Convert CONFIG_CMD_PCMCIA to Kconfig This converts the following to Kconfig: CONFIG_CMD_PCMCIA Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- include/configs/dbau1x00.h | 5 ----- include/configs/ms7720se.h | 1 - 2 files changed, 6 deletions(-) (limited to 'include/configs') diff --git a/include/configs/dbau1x00.h b/include/configs/dbau1x00.h index 970e214e07..cd65ceaee9 100644 --- a/include/configs/dbau1x00.h +++ b/include/configs/dbau1x00.h @@ -67,11 +67,6 @@ * Command line configuration. */ -#ifdef CONFIG_DBAU1550 - -#undef CONFIG_CMD_PCMCIA -#endif - /* * Miscellaneous configurable options */ diff --git a/include/configs/ms7720se.h b/include/configs/ms7720se.h index 86b93a39bb..112145ce77 100644 --- a/include/configs/ms7720se.h +++ b/include/configs/ms7720se.h @@ -13,7 +13,6 @@ #define CONFIG_MS7720SE 1 #define CONFIG_CMD_SDRAM -#define CONFIG_CMD_PCMCIA #define CONFIG_BOOTARGS "console=ttySC0,115200" #define CONFIG_BOOTFILE "/boot/zImage" -- cgit