summaryrefslogtreecommitdiffstats
path: root/include/configs/zipitz2.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-13 23:41:59 -0600
committerSimon Glass <sjg@chromium.org>2014-10-22 10:36:48 -0600
commit44ba6b0eccb37dd98becece22632bcc5e5cd2fbe (patch)
treef44659cc8988e72628d41f8c750a3998d819c964 /include/configs/zipitz2.h
parenta666f39e4edc2eb6296d7401aab2706d6ae7f459 (diff)
downloadtalos-obmc-uboot-44ba6b0eccb37dd98becece22632bcc5e5cd2fbe.tar.gz
talos-obmc-uboot-44ba6b0eccb37dd98becece22632bcc5e5cd2fbe.zip
dm: spi: Remove SPI_INIT feature
This feature provides for init of a single SPI port for the soft SPI feature. It is not really compatible with driver model since it assumes a single SPI port. Also, inserting SPI init into the driver by means of a #define is not very nice. This feature is not used by any active boards, so let's remove it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
Diffstat (limited to 'include/configs/zipitz2.h')
-rw-r--r--include/configs/zipitz2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h
index 41a7c99edc..fe331bc082 100644
--- a/include/configs/zipitz2.h
+++ b/include/configs/zipitz2.h
@@ -99,7 +99,6 @@
#define CONFIG_VIDEO_BMP_GZIP
#define CONFIG_VIDEO_BMP_RLE8
#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (2 << 20)
-#undef SPI_INIT
#define SPI_DELAY udelay(10)
#define SPI_SDA(val) zipitz2_spi_sda(val)
OpenPOWER on IntegriCloud