Re: [PATCH v3] of: unittest: unflatten device tree on UML when testing

2019-02-19 Thread Frank Rowand
On 2/19/19 3:54 PM, Brendan Higgins wrote: > UML supports enabling OF, and is useful for running the device tree > tests, so add support for unflattening device tree blobs so we can > actually use it. > > Signed-off-by: Brendan Higgins > --- > drivers/of/unittest.c | 4 > 1 file changed, 4

[PATCH v3] of: unittest: unflatten device tree on UML when testing

2019-02-19 Thread Brendan Higgins
UML supports enabling OF, and is useful for running the device tree tests, so add support for unflattening device tree blobs so we can actually use it. Signed-off-by: Brendan Higgins --- drivers/of/unittest.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/of/unittest.c