| Submitter | Vladimir Zapolskiy |
|---|---|
| Date | Sept. 5, 2011, 5:25 p.m. |
| Message ID | <1315243504-30061-1-git-send-email-vz@mleia.com> |
| Download | mbox | patch |
| Permalink | /patch/113412/ |
| State | Accepted |
| Commit | 7de17781a44b0f9f7139c24742ec75a84635e559 |
| Headers | show |
Comments
On Monday, September 05, 2011 13:25:04 Vladimir Zapolskiy wrote: > This is a trivial fix in the documentation, which corrects > board_init_r() source reference. Acked-by: Mike Frysinger <vapier@gentoo.org> -mike
Dear Vladimir Zapolskiy, In message <1315243504-30061-1-git-send-email-vz@mleia.com> you wrote: > This is a trivial fix in the documentation, which corrects > board_init_r() source reference. > > Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> > --- > doc/README.console | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk
Patch
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? ----------------------------------------------
This is a trivial fix in the documentation, which corrects board_init_r() source reference. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> --- doc/README.console | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)