
31 Jan
2022
31 Jan
'22
3:55 p.m.
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@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