Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2013 03:23:15 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r247609 - head/sys/arm/conf
Message-ID:  <201303020323.r223NFPS011936@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Sat Mar  2 03:23:14 2013
New Revision: 247609
URL: http://svnweb.freebsd.org/changeset/base/247609

Log:
  Build the Raspberry Pi dtb file when building the kernel so we can copy it
  to the boot partition for U-Boot.

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

Modified: head/sys/arm/conf/RPI-B
==============================================================================
--- head/sys/arm/conf/RPI-B	Sat Mar  2 02:19:04 2013	(r247608)
+++ head/sys/arm/conf/RPI-B	Sat Mar  2 03:23:14 2013	(r247609)
@@ -117,4 +117,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=bcm2835-rpi-b.dts



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303020323.r223NFPS011936>