svn commit: r262353 - head/sys/arm/conf
Ian Lepore
ian at FreeBSD.org
Sun Feb 23 01:37:30 UTC 2014
Author: ian
Date: Sun Feb 23 01:37:29 2014
New Revision: 262353
URL: http://svnweb.freebsd.org/changeset/base/262353
Log:
Add the FREEBSD_BOOT_LOADER option so that a loaded DTB passed in from
ubldr will actually get used.
Modified:
head/sys/arm/conf/WANDBOARD.common
Modified: head/sys/arm/conf/WANDBOARD.common
==============================================================================
--- head/sys/arm/conf/WANDBOARD.common Sun Feb 23 01:34:40 2014 (r262352)
+++ head/sys/arm/conf/WANDBOARD.common Sun Feb 23 01:37:29 2014 (r262353)
@@ -153,3 +153,5 @@ device mmcsd # SDCard disk device
device ffec # Freescale Fast Ethernet Controller
+options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
+
More information about the svn-src-all
mailing list