From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Wed, 20 Oct 2010 13:12:15 +0200 Subject: [U-Boot] [PATCH] Kirkwood: bugfix: broken early console messages In-Reply-To: <1287585835-20109-1-git-send-email-prafulla@marvell.com> References: <1287585835-20109-1-git-send-email-prafulla@marvell.com> Message-ID: <4CBECE8F.9030809@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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