From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] resend #5: [PATCH 2/5]: add AcTux-1 board support
Date: Thu, 17 Jan 2008 00:26:39 +0100 [thread overview]
Message-ID: <20080116232639.GD20117@game.jcrosoft.org> (raw)
In-Reply-To: <20080116215037.GB22629@discworld.dascon.de>
On 22:50 Wed 16 Jan , Michael Schwingen wrote:
> Signed-off-by: Michael Schwingen <michael@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.
next prev parent reply other threads:[~2008-01-16 23:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-16 21:50 [U-Boot-Users] resend #5: [PATCH 2/5]: add AcTux-1 board support Michael Schwingen
2008-01-16 23:26 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2008-01-16 23:35 ` Michael Schwingen
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=20080116232639.GD20117@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox