commit | f8e35cc08aabd263532a6a066ab5c6ebccc0e7d9 | [log] [tgz] |
---|---|---|
author | Peng Fan <Peng.Fan@freescale.com> | Mon Sep 15 14:59:17 2014 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Tue Sep 16 13:33:46 2014 +0200 |
tree | b7f7b12c6a7d746c214b337bd18a2ac770c36b9e | |
parent | 2153cd349c449e99d24a9bb9fc8ae28aedfd197c [diff] |
imx:mx6qarm2: change CONFIG_SYS_FSL_ESDHC_ADDR Define CONFIG_SYS_FSL_ESDHC_ADDR using USDHC4_BASE_ADDR. USDHC3 and USDHC4 are both initialized in board_mmc_init. There is no restriction on USDHC3 addr or USDHC4 addr should be assigned to CONFIG_SYS_FSL_ESDHC_ADDR. So, just choose USDHC4_BASE_ADDR to avoid errors when fsl_esdhc_mmc_init is invoked. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>