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

Signed-off-by: Vladimir Zapolskiy <v...@mleia.com>
---
 doc/README.console |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/README.console b/doc/README.console
index 25c4f1d..b353f9f 100644
--- a/doc/README.console
+++ b/doc/README.console
@@ -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?
 ----------------------------------------------
-- 
1.7.5.4

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to