aboutsummaryrefslogtreecommitdiff
path: root/board/cpu87
diff options
context:
space:
mode:
Diffstat (limited to 'board/cpu87')
-rw-r--r--board/cpu87/cpu87.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cpu87/cpu87.c b/board/cpu87/cpu87.c
index 9fecdd0df..bd9b2079f 100644
--- a/board/cpu87/cpu87.c
+++ b/board/cpu87/cpu87.c
@@ -321,7 +321,7 @@ long int initdram (int board_type)
return (psize);
}
-#if (CONFIG_COMMANDS & CFG_CMD_DOC)
+#if (CONFIG_COMMANDS & CFG_CMD_DOC) || defined(CONFIG_CMD_DOC)
extern void doc_probe (ulong physadr);
void doc_init (void)
{