diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-19 03:42:02 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-04-25 21:34:28 +0200 |
commit | 5ed15738d915b75b6a2bd9c3095005481c4df3d1 (patch) | |
tree | c3670c269b703e9c793aebd73a5186bf9d01ac27 /include/configs/wandboard.h | |
parent | 08f32f7d25511f6efcbcb7ee9768a1334d2a57d0 (diff) | |
download | u-boot-imx-5ed15738d915b75b6a2bd9c3095005481c4df3d1.zip u-boot-imx-5ed15738d915b75b6a2bd9c3095005481c4df3d1.tar.gz u-boot-imx-5ed15738d915b75b6a2bd9c3095005481c4df3d1.tar.bz2 |
wandboard: Add support for Carrier Board MicroSD card
Allow use of the carrier board MicroSD card available in the
Wandboard; this allow for loading alternative system from the other
card for testing or upgrade proposes.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'include/configs/wandboard.h')
-rw-r--r-- | include/configs/wandboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 0dc3286..9898f55 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -59,6 +59,7 @@ /* MMC Configuration */ #define CONFIG_FSL_ESDHC #define CONFIG_FSL_USDHC +#define CONFIG_SYS_FSL_USDHC_NUM 2 #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_MMC |