SPI: Fix 32 bit transfers in mxc_spi.c
[oweals/u-boot.git] / lib_ppc / kgdb.c
index cef35d38e23091bb9b10d154660afad52b98d8df..d3eb1f35a9fd90191268cf0336522aa280c05795 100644 (file)
@@ -1,8 +1,5 @@
 #include <common.h>
 #include <command.h>
-
-#if (CONFIG_COMMANDS & CFG_CMD_KGDB)
-
 #include <kgdb.h>
 #include <asm/signal.h>
 #include <asm/processor.h>
@@ -320,7 +317,5 @@ kgdb_breakpoint(int argc, char *argv[])
 {
        asm("   .globl breakinst\n\
             breakinst: .long 0x7d821008\n\
-            ");
+           ");
 }
-
-#endif /* CFG_CMD_KGDB */