projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6f74be
)
MN10300: Default config choice GDBSTUB_TTYSM0 should be GDBSTUB_ON_TTYSM0
author
David Howells
<
[email protected]
>
Mon, 27 Sep 2010 12:12:33 +0000
(13:12 +0100)
committer
Linus Torvalds
<
[email protected]
>
Mon, 27 Sep 2010 23:29:06 +0000
(16:29 -0700)
The configuration choice for the port on which the GDB stub listens has
a default of GDBSTUB_TTYSM0, but this should be GDBSTUB_ON_TTYSM0 to
match the option.
Signed-off-by: David Howells <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/mn10300/Kconfig.debug
patch
|
blob
|
history
diff --git
a/arch/mn10300/Kconfig.debug
b/arch/mn10300/Kconfig.debug
index ff80e86b9bd2d2305d34a731685d94fe5d3f3491..ce83c74b3fd714abf68fca4a4d2beef024545c83 100644
(file)
--- a/
arch/mn10300/Kconfig.debug
+++ b/
arch/mn10300/Kconfig.debug
@@
-101,7
+101,7
@@
config GDBSTUB_DEBUG_BREAKPOINT
choice
prompt "GDB stub port"
- default GDBSTUB_TTYSM0
+ default GDBSTUB_
ON_
TTYSM0
depends on GDBSTUB
help
Select the serial port used for GDB-stub.