diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-04-01 16:03:38 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-04-03 11:40:44 +0200 |
commit | d8e9eb9c042ce55538ebd3194d1ffe75c791fb7c (patch) | |
tree | f2b160878e88a3c80721eeb5fe331053246b54f2 /include/configs | |
parent | 773d56d40da16ebec63da88c63cc7bc25b391350 (diff) | |
download | u-boot-imx-d8e9eb9c042ce55538ebd3194d1ffe75c791fb7c.zip u-boot-imx-d8e9eb9c042ce55538ebd3194d1ffe75c791fb7c.tar.gz u-boot-imx-d8e9eb9c042ce55538ebd3194d1ffe75c791fb7c.tar.bz2 |
wandboard: Remove CONFIG_SYS_FSL_USDHC_NUM
CONFIG_SYS_FSL_USDHC_NUM is not used for wandboard.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/wandboard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 00c656e..120e3f6 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -58,7 +58,6 @@ #define CONFIG_FSL_ESDHC #define CONFIG_FSL_USDHC #define CONFIG_SYS_FSL_ESDHC_ADDR 0 -#define CONFIG_SYS_FSL_USDHC_NUM 2 #define CONFIG_MMC #define CONFIG_CMD_MMC |