All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] doc: provide a correct board_init_r definition path
@ 2011-09-05 17:25 Vladimir Zapolskiy
  2011-09-18  0:53 ` Mike Frysinger
  2011-09-23  6:12 ` Wolfgang Denk
  0 siblings, 2 replies; 3+ messages in thread
From: Vladimir Zapolskiy @ 2011-09-05 17:25 UTC (permalink / raw)
  To: u-boot

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(-)

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] doc: provide a correct board_init_r definition path
  2011-09-05 17:25 [U-Boot] [PATCH] doc: provide a correct board_init_r definition path Vladimir Zapolskiy
@ 2011-09-18  0:53 ` Mike Frysinger
  2011-09-23  6:12 ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2011-09-18  0:53 UTC (permalink / raw)
  To: u-boot

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20110917/8793758d/attachment.pgp 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] doc: provide a correct board_init_r definition path
  2011-09-05 17:25 [U-Boot] [PATCH] doc: provide a correct board_init_r definition path Vladimir Zapolskiy
  2011-09-18  0:53 ` Mike Frysinger
@ 2011-09-23  6:12 ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2011-09-23  6:12 UTC (permalink / raw)
  To: u-boot

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

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Artificial Intelligence is no match for natural stupidity.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-23  6:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-05 17:25 [U-Boot] [PATCH] doc: provide a correct board_init_r definition path Vladimir Zapolskiy
2011-09-18  0:53 ` Mike Frysinger
2011-09-23  6:12 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.