board_r: Add missing return to initr_doc
[platform/kernel/u-boot.git] / common / board_r.c
index 8e7a3ac..ba9a68d 100644 (file)
@@ -587,6 +587,7 @@ static int initr_doc(void)
 {
        puts("DOC:   ");
        doc_init();
+       return 0;
 }
 #endif