summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-03-02 03:23:14 +0000
committerandrew <andrew@FreeBSD.org>2013-03-02 03:23:14 +0000
commit6a195ffa935cec2598eac6237701f35b64fdeb32 (patch)
treeb8609b5a3919a8e9e46c82fde589d550a303c030
parent6bc019724d33ad4fee02e8b19c6e12745460e4ec (diff)
downloadFreeBSD-src-6a195ffa935cec2598eac6237701f35b64fdeb32.zip
FreeBSD-src-6a195ffa935cec2598eac6237701f35b64fdeb32.tar.gz
Build the Raspberry Pi dtb file when building the kernel so we can copy it
to the boot partition for U-Boot.
-rw-r--r--sys/arm/conf/RPI-B2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B
index d9e8d38..4d840cb 100644
--- a/sys/arm/conf/RPI-B
+++ b/sys/arm/conf/RPI-B
@@ -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
OpenPOWER on IntegriCloud