diff options
author | Allen Xu <b45815@freescale.com> | 2014-04-23 17:33:34 -0500 |
---|---|---|
committer | Allen Xu <b45815@freescale.com> | 2014-04-25 10:37:59 -0500 |
commit | 78f4c8d4c198d8567a624fcf447eb28a89f96d0b (patch) | |
tree | 2655feabe663c72762372b7ea31aa5e90edf4daf | |
parent | 43d71693e88fc221219b5710eb89a15971f5627b (diff) | |
download | u-boot-imx-78f4c8d4c198d8567a624fcf447eb28a89f96d0b.zip u-boot-imx-78f4c8d4c198d8567a624fcf447eb28a89f96d0b.tar.gz u-boot-imx-78f4c8d4c198d8567a624fcf447eb28a89f96d0b.tar.bz2 |
ENGR00310132 change imx6sx arm2 qspi u-boot args
change the qspi u-boot to set the mmcdev args in default setting.
Signed-off-by: Allen Xu <b45815@freescale.com>
-rwxr-xr-x | include/configs/mx6sx_arm2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6sx_arm2.h b/include/configs/mx6sx_arm2.h index 09b3eb3..f0cc9df 100755 --- a/include/configs/mx6sx_arm2.h +++ b/include/configs/mx6sx_arm2.h @@ -165,7 +165,7 @@ * For NAND/SATA boot, the storage is big enough to hold all the stuff. * For SD/MMC boot, mmcdev is dynamiclly created due to the boot SD/MMC slot. */ -#if defined(CONFIG_SYS_BOOT_EIMNOR) || defined(CONFIG_SYS_BOOT_SPINOR) +#if defined(CONFIG_SYS_BOOT_EIMNOR) || defined(CONFIG_SYS_BOOT_SPINOR) || defined(CONFIG_SYS_BOOT_QSPI) #define CONFIG_MMC_DEV_SET "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) #else #define CONFIG_MMC_DEV_SET " " |