[MIPS] Atlas: Remove support code.
[deliverable/linux.git] / arch / mips / mips-boards / generic / init.c
index 83b9dc739203af55474ed5288c0c94f25b097b7e..bac23b5fbf3fffa5359f0092fc93746d518b11dc 100644 (file)
@@ -197,14 +197,6 @@ void __init kgdb_config(void)
                        while ((c = *++argptr) && ('0' <= c && c <= '9'))
                                speed = speed * 10 + c - '0';
                }
-#ifdef CONFIG_MIPS_ATLAS
-               if (line == 1) {
-                       speed = saa9730_kgdb_hook(speed);
-                       generic_putDebugChar = saa9730_putDebugChar;
-                       generic_getDebugChar = saa9730_getDebugChar;
-               }
-               else
-#endif
                {
                        speed = rs_kgdb_hook(line, speed);
                        generic_putDebugChar = rs_putDebugChar;
This page took 0.024639 seconds and 5 git commands to generate.