aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2012-10-01 14:56:48 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2012-10-01 14:56:48 +0000
commit79823ad2817aee9dbd82ecf31ba2da92b3a0f1d8 (patch)
treedabeefec3b92c387e351a743dfadd927626f2fdd /sys/arm/conf
parent05496254a684b7a307ea0fd6546a93606fabd9ae (diff)
downloadsrc-79823ad2817aee9dbd82ecf31ba2da92b3a0f1d8.tar.gz
src-79823ad2817aee9dbd82ecf31ba2da92b3a0f1d8.zip
Support kernel options from ubldr.
Notes
Notes: svn path=/head/; revision=241100
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/BEAGLEBONE1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/conf/BEAGLEBONE b/sys/arm/conf/BEAGLEBONE
index 88c5d6815262..2874dfdcad71 100644
--- a/sys/arm/conf/BEAGLEBONE
+++ b/sys/arm/conf/BEAGLEBONE
@@ -46,6 +46,7 @@ options SYSVSEM #SYSV-style semaphores
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