]> git.sur5r.net Git - u-boot/blobdiff - include/configs/ulcb.h
ARM: rmobile: Rework the ULCB CPLD driver
[u-boot] / include / configs / ulcb.h
index b330ea703aaaf180e0cc73e91f02339a6c0bd510..dfd6436b3caf528c717adde4e00840fd01d69fa2 100644 (file)
 /* Generic Timer Definitions (use in assembler source) */
 #define COUNTER_FREQUENCY      0xFE502A        /* 16.66MHz from CPclk */
 
-/* CPLD SPI */
-#define CONFIG_CMD_SPI
-#define CONFIG_SOFT_SPI
-#define SPI_DELAY      udelay(0)
-#define SPI_SDA(val)   ulcb_softspi_sda(val)
-#define SPI_SCL(val)   ulcb_softspi_scl(val)
-#define SPI_READ       ulcb_softspi_read()
-#ifndef        __ASSEMBLY__
-void ulcb_softspi_sda(int);
-void ulcb_softspi_scl(int);
-unsigned char ulcb_softspi_read(void);
-#endif
-
 /* Environment in eMMC, at the end of 2nd "boot sector" */
 #define CONFIG_ENV_OFFSET              (-CONFIG_ENV_SIZE)
 #define CONFIG_SYS_MMC_ENV_DEV         1