]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:40:26 +0000 (22:40 +0200)
commit4e3f7428efa3f8d5707c00c6e76bfd986320b89a
tree7f31ae5a4811d102b6f8e272aa8945f7647418c3
parent6db4de22700b809400aa07a869578ee9a9ddffc8
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 [moved from test/dm/test.dts with 93% similarity]
test/dm/.gitignore [deleted file]
test/dm/test-dm.sh
test/dm/test-main.c