From: Guillaume Gardet <guillaume.gardet@free.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] OMAP4: Use generic 'load' command instead of 'fatload' for 'loadbootscript' and 'loadbootenv' as already done for 'loadimage' and 'loaduimage'.
Date: Wed, 17 Sep 2014 10:11:03 +0200 [thread overview]
Message-ID: <54194217.2000300@free.fr> (raw)
In-Reply-To: <1409923966-25258-1-git-send-email-guillaume.gardet@free.fr>
Ping.
Le 05/09/2014 15:32, Guillaume GARDET a ?crit :
> This patch uses generic 'load' command instead of 'fatload' for 'loadbootscript' and 'loadbootenv' as already done for 'loadimage' and 'loaduimage' for OMAP4 boards.
>
> This allows to use EXT partition instead of FAT, while keeping FAT compatibility.
>
> Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
> Cc: Tom Rini <trini@ti.com>
>
> ---
> include/configs/ti_omap4_common.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h
> index 8c7310c..b0f199e 100644
> --- a/include/configs/ti_omap4_common.h
> +++ b/include/configs/ti_omap4_common.h
> @@ -101,10 +101,10 @@
> "vram=${vram} " \
> "root=${mmcroot} " \
> "rootfstype=${mmcrootfstype}\0" \
> - "loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr\0" \
> + "loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr\0" \
> "bootscript=echo Running bootscript from mmc${mmcdev} ...; " \
> "source ${loadaddr}\0" \
> - "loadbootenv=fatload mmc ${mmcdev} ${loadaddr} uEnv.txt\0" \
> + "loadbootenv=load mmc ${mmcdev} ${loadaddr} uEnv.txt\0" \
> "importbootenv=echo Importing environment from mmc${mmcdev} ...; " \
> "env import -t ${loadaddr} ${filesize}\0" \
> "loadimage=load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}\0" \
next prev parent reply other threads:[~2014-09-17 8:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-05 13:32 [U-Boot] [PATCH] OMAP4: Use generic 'load' command instead of 'fatload' for 'loadbootscript' and 'loadbootenv' as already done for 'loadimage' and 'loaduimage' Guillaume GARDET
2014-09-17 8:11 ` Guillaume Gardet [this message]
2014-09-17 17:42 ` Tom Rini
2014-09-18 12:34 ` [U-Boot] " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54194217.2000300@free.fr \
--to=guillaume.gardet@free.fr \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.