test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag
authorBin Meng <bmeng.cn@gmail.com>
Thu, 11 Oct 2018 05:07:01 +0000 (22:07 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 14 Nov 2018 17:16:27 +0000 (09:16 -0800)
commit2786cd740ebdbdd653714837eadf359f7b28964f
tree050d4dd49d3be0fa932156a86baa8be590b84524
parent8e39afcd942cdc52acaec33bce6b807b0dcc8cfe
test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag

Now that we fixed the pre-relocation driver binding for driver marked
with DM_FLAG_PRE_RELOC flag, add a test case to cover that scenario.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
test/dm/bus.c
test/dm/test-fdt.c