All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Kirkwood: bugfix: broken early console messages
Date: Wed, 20 Oct 2010 13:12:15 +0200	[thread overview]
Message-ID: <4CBECE8F.9030809@denx.de> (raw)
In-Reply-To: <1287585835-20109-1-git-send-email-prafulla@marvell.com>

Hello Prafulla,

Prafulla Wadaskar wrote:
> It has been observed that, the complete u-boot banner
> does not appear on the console when the system is booted
> from NAND/NOR/SPI flash.
> 
> This patch fixes this issue on all Marvell boards by adding
> board_early_init_f() support
> 
> Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
> ---
>  board/Marvell/guruplug/guruplug.c               |    6 +++++-
>  board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |    6 +++++-
>  board/Marvell/openrd_base/openrd_base.c         |    6 +++++-
>  board/Marvell/rd6281a/rd6281a.c                 |    6 +++++-
>  board/Marvell/sheevaplug/sheevaplug.c           |    6 +++++-
>  include/configs/mv-common.h                     |    1 +
>  6 files changed, 26 insertions(+), 5 deletions(-)
> 
> diff --git a/board/Marvell/guruplug/guruplug.c b/board/Marvell/guruplug/guruplug.c
> index 4df4e9b..1f0e67a 100644
> --- a/board/Marvell/guruplug/guruplug.c
> +++ b/board/Marvell/guruplug/guruplug.c
> @@ -30,7 +30,7 @@
>  
>  DECLARE_GLOBAL_DATA_PTR;
>  
> -int board_init(void)
> +int board_early_init_f(void)
>  {

Maybe, you can make a mv-common.c which contains this
(and maybe other mv common?) functions?

bye,
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

  reply	other threads:[~2010-10-20 11:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-20 14:43 [U-Boot] [PATCH] Kirkwood: bugfix: broken early console messages Prafulla Wadaskar
2010-10-20 11:12 ` Heiko Schocher [this message]
2010-10-20 11:17   ` Prafulla Wadaskar
  -- strict thread matches above, loose matches on Subject: below --
2010-10-20 12:24 Eric Cooper
2010-10-20 13:34 ` Prafulla Wadaskar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CBECE8F.9030809@denx.de \
    --to=hs@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.