diff options
author | Ben Warren <biggerbadderben@gmail.com> | 2008-06-08 23:28:33 -0700 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-01 21:02:11 +0200 |
commit | f8cc312bbee69257d741dc9f4062f4a0f5adf609 (patch) | |
tree | 3368d2d4fa192b0274d9ed9dd9c84f07482710ab /lib_ppc | |
parent | d92ea21bafb674ee2bf27447970b047845e7b0a2 (diff) |
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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index c42e08862fc..96c573ce17f 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"; |