[PATCH v3 4/9] sunxi: binman: Fix spacing between nodes
Samuel Holland
samuel at sholland.org
Sun Sep 6 05:26:10 CEST 2020
Nodes should have a blank line separating them from sibling nodes and
properties. Add the necessary lines.
Signed-off-by: Samuel Holland <samuel at sholland.org>
---
arch/arm/dts/sunxi-u-boot.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/dts/sunxi-u-boot.dtsi b/arch/arm/dts/sunxi-u-boot.dtsi
index 1d1c3691099..82b97a9503f 100644
--- a/arch/arm/dts/sunxi-u-boot.dtsi
+++ b/arch/arm/dts/sunxi-u-boot.dtsi
@@ -14,9 +14,11 @@
u-boot-sunxi-with-spl {
filename = "u-boot-sunxi-with-spl.bin";
pad-byte = <0xff>;
+
blob {
filename = "spl/sunxi-spl.bin";
};
+
#ifdef CONFIG_ARM64
fit {
description = "Configuration to load ATF before U-Boot";
@@ -34,6 +36,7 @@
u-boot-nodtb {
};
};
+
atf {
description = "ARM Trusted Firmware";
type = "firmware";
@@ -47,6 +50,7 @@
load = <0x44000>;
entry = <0x44000>;
#endif
+
atf-bl31 {
};
};
@@ -60,6 +64,7 @@
configurations {
default = "config-1";
+
@config-SEQ {
description = "NAME";
firmware = "uboot";
--
2.26.2
More information about the U-Boot
mailing list