aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test
diff options
context:
space:
mode:
authorSimon Glass2020-09-06 10:39:08 -0600
committerSimon Glass2020-09-22 12:54:13 -0600
commitc0f1ebe9c1b9745e1cbdc742a11093da2c99a174 (patch)
treea85c305e9f3649c2fc268b586a87726df2b0e72a /tools/binman/test
parent4ec40a7208db0e3294e266aacd23eddbae13c879 (diff)
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>
Diffstat (limited to 'tools/binman/test')
-rw-r--r--tools/binman/test/172_fit_fdt.dts (renamed from tools/binman/test/170_fit_fdt.dts)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/test/170_fit_fdt.dts b/tools/binman/test/172_fit_fdt.dts
index 89142e91017..99d710c57e9 100644
--- a/tools/binman/test/170_fit_fdt.dts
+++ b/tools/binman/test/172_fit_fdt.dts
@@ -40,7 +40,7 @@
};
configurations {
- default = "config-1";
+ default = "@config-DEFAULT-SEQ";
@config-SEQ {
description = "conf-NAME.dtb";
firmware = "uboot";