svn commit: r252440 - head/sys/arm/conf

Rui Paulo rpaulo at FreeBSD.org
Mon Jul 1 05:01:28 UTC 2013


Author: rpaulo
Date: Mon Jul  1 05:01:27 2013
New Revision: 252440
URL: http://svnweb.freebsd.org/changeset/base/252440

Log:
  Use the new FDT_FILE rpi.dts.

Modified:
  head/sys/arm/conf/RPI-B

Modified: head/sys/arm/conf/RPI-B
==============================================================================
--- head/sys/arm/conf/RPI-B	Mon Jul  1 05:01:01 2013	(r252439)
+++ head/sys/arm/conf/RPI-B	Mon Jul  1 05:01:27 2013	(r252440)
@@ -118,4 +118,4 @@ options         FDT
 # Note:  DTB is normally loaded and modified by RPi boot loader, then
 # handed to kernel via U-Boot and ubldr.
 #options         FDT_DTB_STATIC
-makeoptions     FDT_DTS_FILE=bcm2835-rpi-b.dts
+makeoptions     FDT_DTS_FILE=rpi.dts


More information about the svn-src-head mailing list