summaryrefslogtreecommitdiffstats
path: root/lib_ppc
diff options
context:
space:
mode:
authorBen Warren <biggerbadderben@gmail.com>2008-06-08 23:28:33 -0700
committerWolfgang Denk <wd@denx.de>2008-07-01 21:02:11 +0200
commitf8cc312bbee69257d741dc9f4062f4a0f5adf609 (patch)
tree3368d2d4fa192b0274d9ed9dd9c84f07482710ab /lib_ppc
parentd92ea21bafb674ee2bf27447970b047845e7b0a2 (diff)
downloadblackbird-obmc-uboot-f8cc312bbee69257d741dc9f4062f4a0f5adf609.tar.gz
blackbird-obmc-uboot-f8cc312bbee69257d741dc9f4062f4a0f5adf609.zip
Move conditional compilation of MPC8XXX SPI driver to Makefile
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'lib_ppc')
-rw-r--r--lib_ppc/board.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c
index c42e08862f..96c573ce17 100644
--- a/lib_ppc/board.c
+++ b/lib_ppc/board.c
@@ -90,9 +90,7 @@ void doc_init (void);
defined(CONFIG_SOFT_I2C)
#include <i2c.h>
#endif
-#if defined(CONFIG_HARD_SPI)
#include <spi.h>
-#endif
#include <nand.h>
static char *failed = "*** failed ***\n";
OpenPOWER on IntegriCloud