1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

add ar7-2.6 fixes by Stefan Weil

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7487 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2007-06-04 09:46:30 +00:00
parent e799c14a2d
commit 7fff341bb3
8 changed files with 56 additions and 24 deletions

View File

@@ -246,7 +246,6 @@ static void __init console_config(void)
#ifdef CONFIG_KGDB
strcat(prom_getcmdline(), " console=kgdb");
prom_printf("Please connect GDB to this port\n");
kgdb_enabled = 1;
return;
#endif