[U-Boot] recommended place to add some custom settings to u-boot environment?

Wolfgang Denk wd at denx.de
Wed Sep 14 15:33:36 CEST 2016


Dear Robert,

In message <alpine.LFD.2.20.1609140902380.2267 at ca624034.mitel.com> you wrote:
> 
>   it needs to be done programatically, and i *believe* himport_r() can
> handle it, as the string is space-separated and null-terminated, so
> i'm about to test that.

It will not realy work.  "space-separated" is not good enough as a
space character is a legal part of the value of an environment
variable.  You would need to tweak the import code.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
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
Status quo. Latin for "the mess we're in."


More information about the U-Boot mailing list