test: dm: test.dts - move to sandbox dts directory
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Wed, 13 May 2015 11:38:34 +0000 (13:38 +0200)
committerSimon Glass <sjg@chromium.org>
Fri, 15 May 2015 01:59:07 +0000 (19:59 -0600)
commitf64000c302f78103cb704e9843ab0c9ae1629bf1
tree8d9f80a34d5d246fbd15618a6691cb93ae3caebd
parente8f339e0e8bb15ba6e4079d0a239ddc211a02935
test: dm: test.dts - move to sandbox dts directory

The file test.dts from driver model test directory,
was compiled by call dtc in script: test/dm/test-dm.sh.

This doesn't allow for including of dtsi files and using
of C preprocessor routines in this dts file.

Since the mentioned script builds U-Boot before tests,
then moving the test.dts file into sandbox dts directory
is reasonable.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested on sandbox:
Tested-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/Makefile
arch/sandbox/dts/test.dts [new file with mode: 0644]
test/dm/.gitignore [deleted file]
test/dm/test-dm.sh
test/dm/test-main.c
test/dm/test.dts [deleted file]