commit | 89299e2547530f1f139f4548ec46510ac32682f3 | [log] [tgz] |
---|---|---|
author | Kun-Hua Huang <kunhua@andestech.com> | Mon Aug 24 14:52:35 2015 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 28 11:46:35 2015 -0400 |
tree | f61379fd60c3a45e33c2fbae96df449daf7294db | |
parent | b2c20f6c5923b2bec3179fc521947d148062a1d3 [diff] [blame] |
NDS32: Generic Board Support and Unsupport Add nds32 ag101p generic board support. Signed-off-by: Kun-Hua Huang <kunhua@andestech.com>
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 @@ 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