Re: [PATCH 1/2] sandbox: add missing compatible property in device tree

2019-12-10 Thread Simon Glass
On Sat, 9 Nov 2019 at 01:39, Heinrich Schuchardt wrote: > > In the device tree UEFI unit test the compatible property of the device is > read. > > Provide the missing property. > > Signed-off-by: Heinrich Schuchardt > --- > arch/sandbox/dts/sandbox.dts | 1 + > arch/sandbox/dts/sandbox64.dts |

[U-Boot] [PATCH 1/2] sandbox: add missing compatible property in device tree

2019-11-09 Thread Heinrich Schuchardt
In the device tree UEFI unit test the compatible property of the device is read. Provide the missing property. Signed-off-by: Heinrich Schuchardt --- arch/sandbox/dts/sandbox.dts | 1 + arch/sandbox/dts/sandbox64.dts | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/sandbox/dts/sandb