[U-Boot] [PATCH] Allow U-Boot scripts to be placed in a .env file

Wolfgang Denk wd at denx.de
Wed Apr 24 07:34:05 CEST 2013


Dear Simon Glass,

In message <CAPnjgZ0qqHab7md81XhQeY68EaJHa4VGPdVhz-Q=qPVZ99KCRw at mail.gmail.com> you wrote:
> 
> Do you mean we might create a new type of parser? If so, then we could
> perhaps use a .scr extension or similar. My idea here is specifically
> for environment.

Please do not invent yet another format, and yet another set of tools
around it.  I suggested this before:  Please use the very same simple
text format that is being used by "env import -t" and "env export -t".

Among other things, this provides an easy and elegant way both to
create the file (by using "env export" in a running system where you
could interactively develop and test your settings, and to verify the
settings using "env import" before actually compiling the code.

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
Living on Earth may be expensive, but it includes an annual free trip
around the Sun.


More information about the U-Boot mailing list