]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_ppc/kgdb.c
cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSE
[karo-tx-uboot.git] / lib_ppc / kgdb.c
index 78c2f0c47588103d01b1e77d6834bbbddcc1e8a3..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