Re: [U-Boot] [PATCH v3 53/72] dm: test: Separate out the bus DT offset test

2017-05-24 Thread sjg
We cannot access the device tree via an offset when running in livetree mode. Separate out that part of the bus' children tests and mark it as for the flat tree only. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None test/dm/bus.c | 16 +++- 1 file changed, 15

[U-Boot] [PATCH v3 53/72] dm: test: Separate out the bus DT offset test

2017-05-18 Thread Simon Glass
We cannot access the device tree via an offset when running in livetree mode. Separate out that part of the bus' children tests and mark it as for the flat tree only. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None test/dm/bus.c | 16 +++- 1 file changed, 15