History log of /u-boot/tools/binman/test/174_env.dts
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# fb91d567 06-Sep-2020 Simon Glass <sjg@chromium.org>

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>