[U-Boot] [PATCH] nds32/board.c: add PCI prompt at boot up
Macpaul Lin
macpaul at gmail.com
Tue Feb 28 06:09:57 CET 2012
Hi Macpaul,
2011/11/29 Macpaul Lin <macpaul at andestech.com>
> add PCI prompt at boot up for probing PCI device
>
> Signed-off-by: Macpaul Lin <macpaul at andestech.com>
> ---
> arch/nds32/lib/board.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/nds32/lib/board.c b/arch/nds32/lib/board.c
> index 66e4537..074aabf 100644
> --- a/arch/nds32/lib/board.c
> +++ b/arch/nds32/lib/board.c
> @@ -365,6 +365,7 @@ void board_init_r(gd_t *id, ulong dest_addr)
> env_relocate();
>
> #if defined(CONFIG_CMD_PCI) || defined(CONFIG_PCI)
> + puts("PCI: ");
> nds32_pci_init();
> #endif
>
> --
> 1.7.3.5
>
>
Applied to u-boot-nds32.git/master
Thanks!
--
Best regards,
Macpaul Lin
More information about the U-Boot
mailing list