diff options
Diffstat (limited to 'common/command.c')
-rw-r--r-- | common/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/command.c b/common/command.c index 381e6a2..972ae28 100644 --- a/common/command.c +++ b/common/command.c @@ -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 |