svn commit: r241100 - head/sys/arm/conf
Tim Kientzle
kientzle at FreeBSD.org
Mon Oct 1 14:56:49 UTC 2012
Author: kientzle
Date: Mon Oct 1 14:56:48 2012
New Revision: 241100
URL: http://svn.freebsd.org/changeset/base/241100
Log:
Support kernel options from ubldr.
Modified:
head/sys/arm/conf/BEAGLEBONE
Modified: head/sys/arm/conf/BEAGLEBONE
==============================================================================
--- head/sys/arm/conf/BEAGLEBONE Mon Oct 1 14:55:22 2012 (r241099)
+++ head/sys/arm/conf/BEAGLEBONE Mon Oct 1 14:56:48 2012 (r241100)
@@ -46,6 +46,7 @@ options SYSVSEM #SYSV-style semaphore
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options PREEMPTION
+options FREEBSD_BOOT_LOADER
# Debugging
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
More information about the svn-src-head
mailing list