summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2014-05-10 08:07:41 +0000
committerrpaulo <rpaulo@FreeBSD.org>2014-05-10 08:07:41 +0000
commit7faac4cdbfaa3179f16e97c3ba742981faa14b02 (patch)
treeec484dce6d7b62f29b43877cf730ed6f30abf327
parent2ae994402aaab5de27a1208aef5cf00f4db4aa64 (diff)
downloadFreeBSD-src-7faac4cdbfaa3179f16e97c3ba742981faa14b02.zip
FreeBSD-src-7faac4cdbfaa3179f16e97c3ba742981faa14b02.tar.gz
Manually MFC 262714:
Add a missing semicolong, noticed by the gnu dt compiler. In head, the directory layout changed and we can't svn merge correctly.
-rw-r--r--sys/boot/fdt/dts/beaglebone.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/fdt/dts/beaglebone.dts b/sys/boot/fdt/dts/beaglebone.dts
index 12be0d6..3f8e022 100644
--- a/sys/boot/fdt/dts/beaglebone.dts
+++ b/sys/boot/fdt/dts/beaglebone.dts
@@ -135,7 +135,7 @@
compatible = "ti,am335x-pmic";
reg = <0x24>;
};
- }
+ };
};
chosen {
OpenPOWER on IntegriCloud