diff options
author | Tom Rini | 2012-04-13 12:19:59 +0000 |
---|---|---|
committer | Albert ARIBAUD | 2012-05-15 08:31:27 +0200 |
commit | 4335517088e2fbab72254eac989e95d2090dc884 (patch) | |
tree | 74ee486a76f0ae1f76643dc00802128ddbc28952 /include | |
parent | 9baa37b1df1dde38d53c55eaece19e17929f120f (diff) |
omap4: Remove CONFIG_SYS_MMC_SET_DEV
This is only used on !CONFIG_GENERIC_MMC which is false here.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/omap4_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index 01b4d6c6b71..4ace07b6244 100644 --- a/include/configs/omap4_common.h +++ b/include/configs/omap4_common.h @@ -106,7 +106,6 @@ #define CONFIG_GENERIC_MMC 1 #define CONFIG_MMC 1 #define CONFIG_OMAP_HSMMC 1 -#define CONFIG_SYS_MMC_SET_DEV 1 #define CONFIG_DOS_PARTITION 1 |