]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/command.c
NDS32: Generic Board Support and Unsupport
[karo-tx-uboot.git] / common / command.c
index 381e6a20b6cdc1a458e0401ea4e857a6020ef042..972ae281c23215dc41170f819a796a4a97f1a420 100644 (file)
@@ -445,7 +445,7 @@ void fixup_cmdtable(cmd_tbl_t *cmdtp, int size)
                ulong addr;
 
                addr = (ulong)(cmdtp->cmd) + gd->reloc_off;
-#if DEBUG_COMMANDS
+#ifdef DEBUG_COMMANDS
                printf("Command \"%s\": 0x%08lx => 0x%08lx\n",
                       cmdtp->name, (ulong)(cmdtp->cmd), addr);
 #endif