Disable the GDB stub by default
authorRudolf Marek <r.marek@assembler.cz>
Sun, 25 Mar 2012 18:51:16 +0000 (20:51 +0200)
committerPatrick Georgi <patrick@georgi-clan.de>
Mon, 26 Mar 2012 14:06:21 +0000 (16:06 +0200)
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)
src/Kconfig

index c165d932a7ee444fe3347567f5dc58e7533ad7d2..845d26f29181191faedd42fac72e76b33882d758 100644 (file)
@@ -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.