diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/MPC8349EMDS.h | 1 | ||||
-rw-r--r-- | include/configs/ids8313.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/MPC8349EMDS.h b/include/configs/MPC8349EMDS.h index dabab10548..a95f45c731 100644 --- a/include/configs/MPC8349EMDS.h +++ b/include/configs/MPC8349EMDS.h @@ -330,7 +330,6 @@ #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } /* SPI */ -#define CONFIG_MPC8XXX_SPI #undef CONFIG_SOFT_SPI /* SPI bit-banged */ /* GPIOs. Used as SPI chip selects */ diff --git a/include/configs/ids8313.h b/include/configs/ids8313.h index 12eb07d1f7..0b5b4a5c75 100644 --- a/include/configs/ids8313.h +++ b/include/configs/ids8313.h @@ -285,7 +285,6 @@ * SPI setup */ #ifdef CONFIG_HARD_SPI -#define CONFIG_MPC8XXX_SPI #define CONFIG_SYS_GPIO1_PRELIM #define CONFIG_SYS_GPIO1_DIR 0x00000001 #define CONFIG_SYS_GPIO1_DAT 0x00000001 |