Author: imp
Date: Fri Feb 28 16:43:56 2014
New Revision: 262609
URL: http://svnweb.freebsd.org/changeset/base/262609
Log:
Add missing skeleton file.
Added:
head/sys/gnu/dts/arm/skeleton.dtsi
- copied unchanged from r262608,
vendor/device-tree/dist/src/arm/skeleton.dtsi
Copied: head/sys/gnu/dts/arm/skeleton.dtsi (from r262608,
vendor/device-tree/dist/src/arm/skeleton.dtsi)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sys/gnu/dts/arm/skeleton.dtsi Fri Feb 28 16:43:56 2014
(r262609, copy of r262608, vendor/device-tree/dist/src/arm/skeleton.dtsi)
@@ -0,0 +1,13 @@
+/*
+ * 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>; };
+};
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"