mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
board_r: Add missing return to initr_doc
I happened to spot this while working in the area. Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Acked-by: Simon Glass <sjg@chromium.org> Cc: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -587,6 +587,7 @@ static int initr_doc(void)
|
|||||||
{
|
{
|
||||||
puts("DOC: ");
|
puts("DOC: ");
|
||||||
doc_init();
|
doc_init();
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user