[U-Boot] [PATCH] Tricorder: Switch env to generic mmc driver
Tom Rini
tom.rini at gmail.com
Tue Feb 14 18:46:48 CET 2012
On Mon, Feb 13, 2012 at 6:16 AM, Thomas Weber <weber at corscience.de> wrote:
> Because the tricorder uses the CONFIG_OMAP_HSMMC the
> initialization command is mmc rescan and not mmc init.
>
> Signed-off-by: Thomas Weber <weber at corscience.de>
> ---
> include/configs/tricorder.h | 7 ++++---
> 1 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h
> index a2bff2b..1ef0d43 100644
> --- a/include/configs/tricorder.h
> +++ b/include/configs/tricorder.h
> @@ -161,6 +161,7 @@
> #define CONFIG_EXTRA_ENV_SETTINGS \
> "loadaddr=0x82000000\0" \
> "console=ttyO2,115200n8\0" \
> + "mmcdev=0\0"
You forgot a trailing '\' here, but the changes otherwise look correct
/ complete and it builds with that one change, which I've made and
will include in my pull request.
--
Tom
More information about the U-Boot
mailing list