[U-Boot] [PATCH v3] omap3_beagle: enable the use of a plain text file named uEnv.txt instead of boot.scr
Wolfgang Denk
wd at denx.de
Tue Apr 19 01:01:58 CEST 2011
Dear "Paulraj, Sandeep",
In message <0554BEF07D437848AF01B9C9B5F0BC5DC365D49D at dlee01.ent.ti.com> you wrote:
>
> > From: Alexander Holler <holler at ahsoftware.de>
> >
> > Using the new env import command it is possible to use plain text files
> > instead
> > of script-images. Plain text files are much easier to handle.
> >
> > E.g. If your boot.scr contains the following:
> > -----------------------------------
> > setenv dvimode 1024x768-16 at 60
> > run loaduimage
> > run mmcboot
> > -----------------------------------
> > you could create a file named uEnv.txt and use that instead of boot.scr:
> > -----------------------------------
> > dvimode=1024x768-16 at 60
> > uenvcmd=run loaduimage; run mmcboot
> > -----------------------------------
> > The variable uenvcmd (if existent) will be executed (using run) after
> > uEnv.txt
> > was loaded. If uenvcmd doesn't exist the default boot sequence will be
> > started,
> > therefore you could just use
> > -----------------------------------
> > dvimode=1024x768-16 at 60
> > -----------------------------------
> > as uEnv.txt because loaduimage and mmcboot is part of the default boot
> > sequence.
> >
> > For backwards compatibility the use of boot.scr is still supported.
> > ---
> > Changes for v2:
> > - Eliminated else redundant clause that would be ignored if boot
> > succeeds.
> >
> > Changes for v3:
> > - Removed boot.scr per discussion with Alexander.
> >
> > Signed-off-by: Jason Kridner <jkridner at beagleboard.org>
> > ---
>
> Pushed to u-boot-ti after making changes to the patch header
I think you might have missed Jason Kridner's Signed-off-by ?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Documentation is like sex: when it is good, it is very, very good;
and when it is bad, it is better than nothing. - Dick Brandon
More information about the U-Boot
mailing list