Re: [PATCH 3/5] binman: Support adding a U-Boot environment

2020-09-04 Thread Andy Shevchenko
On Thu, Sep 03, 2020 at 07:28:54PM -0600, Simon Glass wrote: > In some cases it is useful to include a U-Boot environment region in an > image. This allows the board to start up with an environment ready to go. > > Add a new entry type for this. The input is a text file containing the > environmen

[PATCH 3/5] binman: Support adding a U-Boot environment

2020-09-03 Thread Simon Glass
In some cases it is useful to include a U-Boot environment region in an image. This allows the board to start up with an environment ready to go. Add a new entry type for this. The input is a text file containing the environment entries, one per line, in the format: var=value Signed-off-by: S