diff options
Diffstat (limited to 'include/configs/MPC8308RDB.h')
-rw-r--r-- | include/configs/MPC8308RDB.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/MPC8308RDB.h b/include/configs/MPC8308RDB.h index fc625d4d2b..422f223ea7 100644 --- a/include/configs/MPC8308RDB.h +++ b/include/configs/MPC8308RDB.h @@ -339,9 +339,7 @@ * due to a pinmux conflict between GPIO9 (SPI chip select )and the TSEC2 pins. */ #ifdef CONFIG_MPC8XXX_SPI -#define CONFIG_CMD_SPI #define CONFIG_USE_SPIFLASH -#define CONFIG_CMD_SF #endif /* @@ -432,11 +430,8 @@ * Command line configuration. */ #define CONFIG_CMD_DATE -#define CONFIG_CMD_DHCP -#define CONFIG_CMD_I2C #define CONFIG_CMD_MII #define CONFIG_CMD_PCI -#define CONFIG_CMD_PING #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ |