[U-Boot] [PATCH] Kirkwood: bugfix: broken early console messages
Heiko Schocher
hs at denx.de
Wed Oct 20 13:12:15 CEST 2010
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 at 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
More information about the U-Boot
mailing list