diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2013-02-15 17:46:50 -0600 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2013-02-15 17:46:50 -0600 |
commit | 9a82b10c6657c5744802971036bb564ebc660291 (patch) | |
tree | b276e71216b06494aa78d45d740b66e31c566233 /include/configs/mx6qsabre_common.h | |
parent | 9a32084ea0cf55d22384f083002ee9932e074f31 (diff) | |
parent | 9f024f62e4604274a23213dcee30016092e32e7b (diff) | |
download | u-boot-imx-9a82b10c6657c5744802971036bb564ebc660291.zip u-boot-imx-9a82b10c6657c5744802971036bb564ebc660291.tar.gz u-boot-imx-9a82b10c6657c5744802971036bb564ebc660291.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot
Diffstat (limited to 'include/configs/mx6qsabre_common.h')
-rw-r--r-- | include/configs/mx6qsabre_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h index cda4512..d76357c 100644 --- a/include/configs/mx6qsabre_common.h +++ b/include/configs/mx6qsabre_common.h @@ -91,7 +91,7 @@ "fdt_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \ "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \ - "mmcpart=1\0" \ + "mmcpart=" __stringify(CONFIG_SYS_MMC_ENV_PART) "\0" \ "mmcroot=" CONFIG_MMCROOT " rootwait rw\0" \ "mmcargs=setenv bootargs console=${console},${baudrate} " \ "root=${mmcroot}\0" \ |