diff options
author | Hannes Petermaier <oe5hpm@oevsv.at> | 2014-04-08 08:39:20 +0200 |
---|---|---|
committer | Pantelis Antoniou <panto@antoniou-consulting.com> | 2014-05-23 11:15:53 +0300 |
commit | 46c8ebc8cddb81e879d08030f030eca53b123ca9 (patch) | |
tree | 0172052dca88246af8e39255ede7901aef0e86ab /include/configs/tseries.h | |
parent | 716897760fe41c350f55564a73d2e58dafd1ee53 (diff) | |
download | u-boot-imx-46c8ebc8cddb81e879d08030f030eca53b123ca9.zip u-boot-imx-46c8ebc8cddb81e879d08030f030eca53b123ca9.tar.gz u-boot-imx-46c8ebc8cddb81e879d08030f030eca53b123ca9.tar.bz2 |
Add board_mmc_init(...) function for init mmc1 only
Since B&R boards uses only MMC-Controller #1, it only
wastes time if we initialize #0 first to see that there is nothing.
Cc: <trini@ti.com>
Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
Diffstat (limited to 'include/configs/tseries.h')
-rw-r--r-- | include/configs/tseries.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tseries.h b/include/configs/tseries.h index 8fb87ac..e550afa 100644 --- a/include/configs/tseries.h +++ b/include/configs/tseries.h @@ -237,7 +237,7 @@ #elif defined(CONFIG_EMMC_BOOT) #undef CONFIG_ENV_IS_NOWHERE #define CONFIG_ENV_IS_IN_MMC -#define CONFIG_SYS_MMC_ENV_DEV 1 +#define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_SYS_MMC_ENV_PART 2 #define CONFIG_ENV_OFFSET 0x40000 /* TODO: Adresse definieren */ #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) |