[U-Boot-Users] resend #5: [PATCH 2/5]: add AcTux-1 board support

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Thu Jan 17 00:26:39 CET 2008


On 22:50 Wed 16 Jan     , Michael Schwingen wrote:
> Signed-off-by: Michael Schwingen <michael at schwingen.org>
> 
> diff --git a/board/actux1/Makefile b/board/actux1/Makefile
> new file mode 100644
> index 0000000..83611e7

> +
> +#if (CONFIG_COMMANDS & CFG_CMD_PCI) || defined(CONFIG_PCI)
> +extern struct pci_controller hose;
> +extern void pci_ixp_init (struct pci_controller *hose);
> +
> +void pci_init_board (void)
> +{
> +	extern void pci_ixp_init (struct pci_controller *hose);
> +	pci_ixp_init (&hose);
> +}
> +#endif
> +

Ack but when applying I will do this change

-#if (CONFIG_COMMANDS & CFG_CMD_PCI) || defined(CONFIG_PCI)
+#if defined(CONFIG_CMD_PCI) || defined(CONFIG_PCI)

or just resend this patch

Best regards,
J.




More information about the U-Boot mailing list