Re: [U-Boot] [PATCH v3 54/72] dm: test: Disable the fdt_offset test with livetree

2017-05-24 Thread sjg
We cannot run this test with livetree since it uses device tree offsets. Mark it as flat tree only. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None test/dm/test-fdt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Applied to u-boot-dm __

[U-Boot] [PATCH v3 54/72] dm: test: Disable the fdt_offset test with livetree

2017-05-18 Thread Simon Glass
We cannot run this test with livetree since it uses device tree offsets. Mark it as flat tree only. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None test/dm/test-fdt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/dm/test-fdt.c b/test/dm/test-