summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2015-02-13 20:18:29 +0000
committerian <ian@FreeBSD.org>2015-02-13 20:18:29 +0000
commit0b254d1cddddd160a191dfd1f5b2c442133f81c4 (patch)
tree780bc2c8df760a07402a504e7ae8f69a8a87738a /sys/arm/conf
parentd546a4529cf714e5933bef593742b79b89adffba (diff)
downloadFreeBSD-src-0b254d1cddddd160a191dfd1f5b2c442133f81c4.zip
FreeBSD-src-0b254d1cddddd160a191dfd1f5b2c442133f81c4.tar.gz
MFC r277037: Enable ALT_BREAK_TO_DEBUGGER for rpi.
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/RPI-B1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B
index 9221450..8f6f304 100644
--- a/sys/arm/conf/RPI-B
+++ b/sys/arm/conf/RPI-B
@@ -59,6 +59,7 @@ options VFP # Enable floating point hardware support
# Debugging for use in -current
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options BREAK_TO_DEBUGGER
+options ALT_BREAK_TO_DEBUGGER
#options VERBOSE_SYSINIT # Enable verbose sysinit messages
options KDB # Enable kernel debugger support
# For minimum debugger support (stable branch) use:
OpenPOWER on IntegriCloud