summaryrefslogtreecommitdiff
path: root/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-07-05 21:43:07 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:58:47 -0700
commit9136773f0da367d4f2ad41f93673c5035594b488 (patch)
treea544d68bca529fcf503f3027b90c5da103428eab /dts
parentd2af4995017a0dbab0bfcb33eb3d6d268adc4321 (diff)
fdt: Move all fdt files into the same directory
We want to build device tree source files from /u-boot/dts, so we must make them build both inside and outside the U-Boot tree. This requires that we remove the relative paths from the front of *.dts files. Also we should keep the convention that include files end with .dtsi It would be more convenient to add a -I option to dtc to specify a list of include directories to search. BUG=chromium-os:17192 TEST=emerge U-Boot, emerge tegra2-fdt, see that both succeed Change-Id: I2ac65296cd19ee92e02837c9b418c8a630ef3075 Reviewed-on: http://gerrit.chromium.org/gerrit/3667 Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'dts')
-rw-r--r--dts/skeleton.dtsi13
1 files changed, 0 insertions, 13 deletions
diff --git a/dts/skeleton.dtsi b/dts/skeleton.dtsi
deleted file mode 100644
index b41d241de2..0000000000
--- a/dts/skeleton.dtsi
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * Skeleton device tree; the bare minimum needed to boot; just include and
- * add a compatible value. The bootloader will typically populate the memory
- * node.
- */
-
-/ {
- #address-cells = <1>;
- #size-cells = <1>;
- chosen { };
- aliases { };
- memory { device_type = "memory"; reg = <0 0>; };
-};