]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
doc: provide a correct board_init_r definition path
authorVladimir Zapolskiy <vz@mleia.com>
Mon, 5 Sep 2011 07:25:04 +0000 (07:25 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 23 Sep 2011 06:12:28 +0000 (08:12 +0200)
This is a trivial fix in the documentation, which corrects
board_init_r() source reference.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
doc/README.console

index 25c4f1d7df7f685ce9ecb23f2225b3b5b761a212..b353f9f8a401911f3d735b33438527bd251e5bb3 100644 (file)
@@ -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?
 ----------------------------------------------