diff options
| author | Kun-Hua Huang <[email protected]> | 2015-08-24 14:52:35 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-08-28 11:46:35 -0400 |
| commit | 2e88bb28d8061286d2f1cabcac224df15b941b82 (patch) | |
| tree | f61379fd60c3a45e33c2fbae96df449daf7294db /common/command.c | |
| parent | 14006a5671058bfe2f323beeec66448fce228adb (diff) | |
NDS32: Generic Board Support and Unsupport
Add nds32 ag101p generic board support.
Signed-off-by: Kun-Hua Huang <[email protected]>
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 381e6a20b6c..972ae281c23 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 |
