mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
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>
This commit is contained in:
parent
b26536ad3d
commit
eafbdbb8eb
1 changed files with 5 additions and 0 deletions
|
@ -14,9 +14,11 @@
|
||||||
u-boot-sunxi-with-spl {
|
u-boot-sunxi-with-spl {
|
||||||
filename = "u-boot-sunxi-with-spl.bin";
|
filename = "u-boot-sunxi-with-spl.bin";
|
||||||
pad-byte = <0xff>;
|
pad-byte = <0xff>;
|
||||||
|
|
||||||
blob {
|
blob {
|
||||||
filename = "spl/sunxi-spl.bin";
|
filename = "spl/sunxi-spl.bin";
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef CONFIG_ARM64
|
#ifdef CONFIG_ARM64
|
||||||
fit {
|
fit {
|
||||||
description = "Configuration to load ATF before U-Boot";
|
description = "Configuration to load ATF before U-Boot";
|
||||||
|
@ -34,6 +36,7 @@
|
||||||
u-boot-nodtb {
|
u-boot-nodtb {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
atf {
|
atf {
|
||||||
description = "ARM Trusted Firmware";
|
description = "ARM Trusted Firmware";
|
||||||
type = "firmware";
|
type = "firmware";
|
||||||
|
@ -47,6 +50,7 @@
|
||||||
load = <0x44000>;
|
load = <0x44000>;
|
||||||
entry = <0x44000>;
|
entry = <0x44000>;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
atf-bl31 {
|
atf-bl31 {
|
||||||
missing-msg = "atf-bl31-sunxi";
|
missing-msg = "atf-bl31-sunxi";
|
||||||
};
|
};
|
||||||
|
@ -61,6 +65,7 @@
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
default = "config-1";
|
default = "config-1";
|
||||||
|
|
||||||
@config-SEQ {
|
@config-SEQ {
|
||||||
description = "NAME";
|
description = "NAME";
|
||||||
firmware = "uboot";
|
firmware = "uboot";
|
||||||
|
|
Loading…
Reference in a new issue