[PATCH v4 02/18] arch: sandbox: dts: sandbox.dts: add empty binman node
Philippe Reynes
philippe.reynes at softathome.com
Mon Jan 31 15:55:42 CET 2022
Add an empty node /binman on sandbox to avoid an error
on u-boot when binman is enabled.
Signed-off-by: Philippe Reynes <philippe.reynes at softathome.com>
---
arch/sandbox/dts/sandbox.dts | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts
index 127f168f02..e6f50f5e9b 100644
--- a/arch/sandbox/dts/sandbox.dts
+++ b/arch/sandbox/dts/sandbox.dts
@@ -21,6 +21,9 @@
spi0 = &spi;
};
+ binman {
+ };
+
memory {
reg = <0 CONFIG_SYS_SDRAM_SIZE>;
};
--
2.17.1
More information about the U-Boot
mailing list