diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-05-27 01:11:45 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-05-28 12:10:41 +0200 |
commit | b459803335c2375ea776e68a1382f6d923278736 (patch) | |
tree | 4cd8314cb767ad1cc48151a62c4f846d373dbd66 /include/configs | |
parent | 825adb991ab081a50a92e50cc54a1f42b7277c94 (diff) | |
download | u-boot-imx-b459803335c2375ea776e68a1382f6d923278736.zip u-boot-imx-b459803335c2375ea776e68a1382f6d923278736.tar.gz u-boot-imx-b459803335c2375ea776e68a1382f6d923278736.tar.bz2 |
warp: Fix CONFIG_SYS_FSL_ESDHC_ADDR
Warp uses eMMC connected to esdhc2 port, so fix
CONFIG_SYS_FSL_ESDHC_ADDR to reflect that.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/warp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/warp.h b/include/configs/warp.h index f0a912b..a67254e 100644 --- a/include/configs/warp.h +++ b/include/configs/warp.h @@ -25,7 +25,7 @@ #define CONFIG_MXC_UART_BASE UART1_IPS_BASE_ADDR /* MMC Configs */ -#define CONFIG_SYS_FSL_ESDHC_ADDR 0 +#define CONFIG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR #define CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT #define CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE |