diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2011-09-05 07:25:04 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-09-23 08:12:28 +0200 |
commit | 7de17781a44b0f9f7139c24742ec75a84635e559 (patch) | |
tree | 4dc56307c83dc64a3eed66c97d8495afe30d54ff /doc/README.console | |
parent | bc196029f53c2d82eb9a12eb8b66e696b6284941 (diff) |
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: Vladimir Zapolskiy <vz@mleia.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'doc/README.console')
-rw-r--r-- | doc/README.console | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.console b/doc/README.console index 25c4f1d7df7..b353f9f8a40 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? ---------------------------------------------- |