diff options
| author | Mario Six <[email protected]> | 2019-06-07 11:35:51 +0200 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2019-06-10 17:59:25 +0530 |
| commit | 6622b3706c83140d800aaabb2f82b112cf277a95 (patch) | |
| tree | 140e8b9587ccf3d6967c5ecd55e99adf3b26057a | |
| parent | 748198cb8d32d41bc35e6f492bac9948f339bece (diff) | |
ids8313: Disable SPI
With the recent SPI changes, the ids8313 board won't compile anymore.
Until further information from the manufacturer, disable SPI support, so
that the board will at least compile again.
Signed-off-by: Mario Six <[email protected]>
Acked-by: Heiko Schocher <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
| -rw-r--r-- | configs/ids8313_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/ids8313_defconfig b/configs/ids8313_defconfig index 0d055e395dd..fccd57f267c 100644 --- a/configs/ids8313_defconfig +++ b/configs/ids8313_defconfig @@ -21,7 +21,6 @@ CONFIG_CMD_ENV_FLAGS=y CONFIG_CMD_I2C=y CONFIG_CMD_NAND=y CONFIG_CMD_NAND_TRIMFFS=y -CONFIG_CMD_SPI=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y @@ -48,6 +47,4 @@ CONFIG_MII=y CONFIG_TSEC_ENET=y # CONFIG_PCI is not set CONFIG_SYS_NS16550=y -CONFIG_SPI=y -CONFIG_MPC8XXX_SPI=y CONFIG_OF_LIBFDT=y |
