From: Peter Pearse <peter.pearse@arm.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] [DRIVERS] <asm/mpc8xxx_spi.h> is only available for ppc boards.
Date: Thu, 24 Jan 2008 16:33:11 -0000 [thread overview]
Message-ID: <000201c85ea6$cf35c9d0$9a4d010a@Emea.Arm.com> (raw)
<asm/mpc8xxx_spi.h> is only available for ppc boards.
Patch against
git://www.denx.de/git/u-boot.git
commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
Signed-off-by: Peter Pearse <peter.pearse@arm.com>
---
diff -purN u-boot_unpatched/drivers/spi/mpc8xxx_spi.c
u-boot/drivers/spi/mpc8xxx_spi.c
--- u-boot_unpatched/drivers/spi/mpc8xxx_spi.c 2008-01-24
16:18:07.375090000 +0000
+++ u-boot/drivers/spi/mpc8xxx_spi.c 2008-01-24 16:14:50.560475000 +0000
@@ -23,7 +23,13 @@
#include <common.h>
#include <spi.h>
+
+#if defined(CONFIG_MPC834X) || \
+ defined(CONFIG_MPC8313) || \
+ defined(CONFIG_MPC8315) || \
+ defined(CONFIG_MPC837X)
#include <asm/mpc8xxx_spi.h>
+#endif
#ifdef CONFIG_HARD_SPI
---
or should asm-ppc/mpc8xxx_spi.h be moved to drivers/spi?
Regards
Peter
next reply other threads:[~2008-01-24 16:33 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-24 16:33 Peter Pearse [this message]
2008-01-24 16:50 ` [U-Boot-Users] [PATCH] [DRIVERS] <asm/mpc8xxx_spi.h> is only available for ppc boards Andy Fleming
2008-01-24 17:01 ` Kim Phillips
2008-02-08 22:48 ` Ladislav Michl
2008-02-09 0:10 ` Ben Warren
2008-02-09 0:43 ` Ladislav Michl
2008-02-09 2:35 ` Ben Warren
2008-02-11 0:38 ` [U-Boot-Users] u-boot patch submission process Todd Fischer
2008-02-11 4:43 ` Dirk Behme
2008-02-11 8:26 ` Haavard Skinnemoen
2008-02-11 15:03 ` [U-Boot-Users] Broken (ARM) build, was: " Dirk Behme
2008-02-11 23:25 ` [U-Boot-Users] " Wolfgang Denk
2008-02-12 9:36 ` Peter Pearse
2008-02-12 10:22 ` Haavard Skinnemoen
2008-02-12 22:52 ` Wolfgang Denk
2008-02-13 19:04 ` Jerry Van Baren
2008-02-13 22:55 ` Wolfgang Denk
2008-02-11 9:01 ` Peter Pearse
2008-03-23 0:34 ` [U-Boot-Users] [PATCH] [DRIVERS] <asm/mpc8xxx_spi.h> is only available for ppc boards Wolfgang Denk
2008-03-23 0:46 ` Ben Warren
2008-02-09 0:14 ` Haavard Skinnemoen
2008-01-24 17:28 ` Ben Warren
2008-01-24 18:18 ` [U-Boot-Users] ppc start.S 'rfmci' opcode not recognized by ppc-440 compiler k b
2008-01-24 23:16 ` Wolfgang Denk
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='000201c85ea6$cf35c9d0$9a4d010a@Emea.Arm.com' \
--to=peter.pearse@arm.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