diff options
Diffstat (limited to 'board/svm_sc8xx/svm_sc8xx.c')
-rw-r--r-- | board/svm_sc8xx/svm_sc8xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/svm_sc8xx/svm_sc8xx.c b/board/svm_sc8xx/svm_sc8xx.c index a508595abf..5db48506c6 100644 --- a/board/svm_sc8xx/svm_sc8xx.c +++ b/board/svm_sc8xx/svm_sc8xx.c @@ -139,6 +139,6 @@ phys_size_t initdram (int board_type) #if defined(CONFIG_CMD_DOC) void doc_init (void) { - doc_probe (CONFIG_SYS_DOC_BASE); + doc_probe (CONFIG_SYS_DOC_BASE); } #endif |