diff --git a/doc/README.console b/doc/README.console index 25c4f1d7df7f685ce9ecb23f2225b3b5b761a212..b353f9f8a401911f3d735b33438527bd251e5bb3 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? ----------------------------------------------