summaryrefslogtreecommitdiffstats
path: root/test/dm/test-main.c
diff options
context:
space:
mode:
authorPrzemyslaw Marczak <p.marczak@samsung.com>2015-05-13 13:38:34 +0200
committerSimon Glass <sjg@chromium.org>2015-05-14 19:59:07 -0600
commitf64000c302f78103cb704e9843ab0c9ae1629bf1 (patch)
tree8d9f80a34d5d246fbd15618a6691cb93ae3caebd /test/dm/test-main.c
parente8f339e0e8bb15ba6e4079d0a239ddc211a02935 (diff)
downloadtalos-obmc-uboot-f64000c302f78103cb704e9843ab0c9ae1629bf1.tar.gz
talos-obmc-uboot-f64000c302f78103cb704e9843ab0c9ae1629bf1.zip
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>
Diffstat (limited to 'test/dm/test-main.c')
-rw-r--r--test/dm/test-main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/dm/test-main.c b/test/dm/test-main.c
index a47bb37022..7348f69165 100644
--- a/test/dm/test-main.c
+++ b/test/dm/test-main.c
@@ -78,8 +78,7 @@ int dm_test_main(const char *test_name)
*/
if (!gd->fdt_blob || fdt_next_node(gd->fdt_blob, 0, NULL) < 0) {
puts("Please run with test device tree:\n"
- " dtc -I dts -O dtb test/dm/test.dts -o test/dm/test.dtb\n"
- " ./u-boot -d test/dm/test.dtb\n");
+ " ./u-boot -d arch/sandbox/dts/test.dtb\n");
ut_assert(gd->fdt_blob);
}
OpenPOWER on IntegriCloud