]> git.sur5r.net Git - u-boot/blobdiff - lib_ppc/kgdb.c
OMAP3 beagle Add usbtty configuration
[u-boot] / lib_ppc / kgdb.c
index d272d3aaadc690d14e0e026f41662231ee2edc48..d3eb1f35a9fd90191268cf0336522aa280c05795 100644 (file)
@@ -1,8 +1,5 @@
 #include <common.h>
 #include <command.h>
-
-#if defined(CONFIG_CMD_KGDB)
-
 #include <kgdb.h>
 #include <asm/signal.h>
 #include <asm/processor.h>
@@ -322,5 +319,3 @@ kgdb_breakpoint(int argc, char *argv[])
             breakinst: .long 0x7d821008\n\
            ");
 }
-
-#endif /* CFG_CMD_KGDB */