summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2020-10-22 05:12:10 +0300
committerJagan Teki <jagan@amarulasolutions.com>2020-10-22 09:13:43 +0300
commiteafbdbb8ebd8a8ca0da0a6571f8510784ed037bc (patch)
treead81a20791031d1c9dfa8aed905f459dd145c6c8 /arch
parentb26536ad3d940d64a070d7c2d0ecb0f28bad8289 (diff)
downloadu-boot-eafbdbb8ebd8a8ca0da0a6571f8510784ed037bc.tar.xz
sunxi: binman: Fix spacing between nodes
Nodes should have a blank line separating them from sibling nodes and properties. Add the necessary lines. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/sunxi-u-boot.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/sunxi-u-boot.dtsi b/arch/arm/dts/sunxi-u-boot.dtsi
index c97943b3c1..92a6447231 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 {
missing-msg = "atf-bl31-sunxi";
};
@@ -61,6 +65,7 @@
configurations {
default = "config-1";
+
@config-SEQ {
description = "NAME";
firmware = "uboot";