Re: [U-Boot] [PATCH] ids8313: Disable SPI

2019-06-10 Thread Jagan Teki
On Fri, Jun 7, 2019 at 3:05 PM Mario Six  wrote:
>
> 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 
> ---

Applied to u-boot-spi/master
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH] ids8313: Disable SPI

2019-06-07 Thread Heiko Schocher

Hello Mario,

Am 07.06.2019 um 11:35 schrieb Mario Six:

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 
---
  configs/ids8313_defconfig | 3 ---
  1 file changed, 3 deletions(-)


Thanks!

Acked-by: Heiko Schocher 

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH] ids8313: Disable SPI

2019-06-07 Thread Mario Six
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 
---
 configs/ids8313_defconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/configs/ids8313_defconfig b/configs/ids8313_defconfig
index 43454a122b..154a075682 100644
--- a/configs/ids8313_defconfig
+++ b/configs/ids8313_defconfig
@@ -134,7 +134,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
@@ -160,6 +159,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
-- 
2.21.0

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot