Skip to content
Snippets Groups Projects
Commit 7de17781 authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy Committed by Wolfgang Denk
Browse files

doc: provide a correct board_init_r definition path


This is a trivial fix in the documentation, which corrects
board_init_r() source reference.

Signed-off-by: default avatarVladimir Zapolskiy <vz@mleia.com>
Acked-by: default avatarMike Frysinger <vapier@gentoo.org>
parent bc196029
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ You can use the following functions to access the console:
fgetc (like getc but redirected to a file)
Remember that all FILE-related functions CANNOT be used before
U-Boot relocation (done in 'board_init_r' in common/board.c).
U-Boot relocation (done in 'board_init_r' in arch/*/lib/board.c).
HOW CAN I USE STANDARD FILE INTO APPLICATIONS?
----------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment