]> git.ipfire.org Git - people/ms/u-boot.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)
commit298afb52cb583cbf7af52037454aef3a648f9824
tree40bfa032d971c75c0dd5340881242c069d321513
parent8b92e1cd597608ca1e2aa2756c76a3dff786062c
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