]> git.baikalelectronics.ru Git - uboot.git/commit
dm: test: Separate out the bus DT offset test
authorSimon Glass <sjg@chromium.org>
Fri, 19 May 2017 02:09:43 +0000 (20:09 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2017 13:03:14 +0000 (07:03 -0600)
commitc0ac3d34930f500b0c5034d17945f9552e671ac6
tree40bfa032d971c75c0dd5340881242c069d321513
parentd0cceb4f7a2b9e2c4c7c693018983d10f1870fb7
dm: test: Separate out the bus DT offset test

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 <sjg@chromium.org>
test/dm/bus.c