summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2012-03-25 20:51:16 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2012-03-26 16:06:21 +0200
commit6588802fa73d4b45c91e701807ad12d8fcef303e (patch)
treebd3cf04706c1d87a1f9b80a005628d53aa2978d6 /src
parenta01ae624af5a9afa0e8799aa0f8823d6b8137457 (diff)
downloadcoreboot-6588802fa73d4b45c91e701807ad12d8fcef303e.tar.xz
Disable the GDB stub by default
I would prefer to see the exception dump on serial rather than cryptic GDB protocol. Change-Id: Ib25513d33e6a31da24586fecb00adb5206bb43bd Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Reviewed-on: http://review.coreboot.org/811 Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src')
-rw-r--r--src/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig
index c165d932a7..845d26f291 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -570,7 +570,7 @@ menu "Debugging"
# TODO: Better help text and detailed instructions.
config GDB_STUB
bool "GDB debugging support"
- default y
+ default n
help
If enabled, you will be able to set breakpoints for gdb debugging.
See src/arch/x86/lib/c_start.S for details.