commit | fb91d5675edf9a45141b69740f10979e221dd72e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 06 10:35:33 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Sep 25 11:27:28 2020 +0800 |
tree | e3b99d14cf116cdcb1c45581500486ec306ead18 | |
parent | 204aa78e04a290c6836bdb29ba466b9cdfcec3ea [diff] |
binman: Support adding a U-Boot environment 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: Simon Glass <sjg@chromium.org> Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>