aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2021-02-08 00:03:16 -0600
committerAndre Przywara <andre.przywara@arm.com>2021-04-16 01:12:59 +0100
commited4bc13f3d3e1450a9c0bb31cbd4df658685b516 (patch)
tree92a810f84ff394c3b54042d0ca04e210e82f8361
parentfa7eabf650ae8ad904b1258f1dd6bcc02922bafe (diff)
downloadu-boot-ed4bc13f3d3e1450a9c0bb31cbd4df658685b516.zip
u-boot-ed4bc13f3d3e1450a9c0bb31cbd4df658685b516.tar.gz
u-boot-ed4bc13f3d3e1450a9c0bb31cbd4df658685b516.tar.bz2
sunxi: binman: Respect the default FIT configuration
binman can fill in the default FIT configuration index as selected by the "default-dt" argument, which is set to CONFIG_DEFAULT_DEVICE_TREE. Let's respect the user's configuration by taking advantage of this feature, instead of always defaulting to the first device tree in CONFIG_OF_LIST. Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
-rw-r--r--arch/arm/dts/sunxi-u-boot.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/sunxi-u-boot.dtsi b/arch/arm/dts/sunxi-u-boot.dtsi
index cd096bf..f822588 100644
--- a/arch/arm/dts/sunxi-u-boot.dtsi
+++ b/arch/arm/dts/sunxi-u-boot.dtsi
@@ -86,7 +86,7 @@
};
configurations {
- default = "config-1";
+ default = "@config-DEFAULT-SEQ";
@config-SEQ {
description = "NAME";