diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-01-14 08:59:24 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-01-28 06:45:18 +0100 |
commit | e4f8d96423fed68d7a8c88a61ab9d15c34696737 (patch) | |
tree | cf69d14b74b18693c6af99c6009d4fa0f00b7a83 /include/configs/mx6qsabreauto.h | |
parent | 73448b1f800fa31971f12090c27ff89952301c8b (diff) | |
download | u-boot-e4f8d96423fed68d7a8c88a61ab9d15c34696737.tar.gz u-boot-e4f8d96423fed68d7a8c88a61ab9d15c34696737.tar.xz u-boot-e4f8d96423fed68d7a8c88a61ab9d15c34696737.zip |
mx6qsabre_common: Let mmc partition be board specific
commit 49ea0ff5 (49ea0ff5) introduced CONFIG_SYS_MMC_ENV_PART into mx6qsabresd.h
to store the mmc partition, but in order for it to have effect we should place
it into 'mmcpart' variable.
Also add CONFIG_SYS_MMC_ENV_PART into mx6qsabreauto.h.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx6qsabreauto.h')
-rw-r--r-- | include/configs/mx6qsabreauto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6qsabreauto.h b/include/configs/mx6qsabreauto.h index f2ff3e1f0e..1583c11aab 100644 --- a/include/configs/mx6qsabreauto.h +++ b/include/configs/mx6qsabreauto.h @@ -35,6 +35,7 @@ #define CONFIG_SYS_FSL_USDHC_NUM 2 #if defined(CONFIG_ENV_IS_IN_MMC) #define CONFIG_SYS_MMC_ENV_DEV 0 +#define CONFIG_SYS_MMC_ENV_PART 1 /* Boot partition 1 */ #endif #endif /* __MX6QSABREAUTO_CONFIG_H */ |