]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Allow selecting default FIT configuration
authorSimon Glass <sjg@chromium.org>
Sun, 6 Sep 2020 16:39:08 +0000 (10:39 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:54:13 +0000 (12:54 -0600)
commitbd3ca710b812ce750d35498c669da96de87b681f
treea85c305e9f3649c2fc268b586a87726df2b0e72a
parent37825361d998168938a8f8826239e6045b386029
binman: Allow selecting default FIT configuration

Add a new entry argument to the fit entry which allows selection of the
default configuration to use. This is the 'default' property in the
'configurations' node.

Update the Makefile to pass in the value of DEVICE_TREE or
CONFIG_DEFAULT_DEVICE_TREE to provide this information.

Signed-off-by: Simon Glass <sjg@chromium.org>
Suggested-by: Michal Simek <michal.simek@xilinx.com>
Makefile
tools/binman/README.entries
tools/binman/etype/fit.py
tools/binman/ftest.py
tools/binman/test/170_fit_fdt.dts [deleted file]
tools/binman/test/172_fit_fdt.dts [new file with mode: 0644]