]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/spi.h
avr32:portmux: fix setup for macb1
[karo-tx-uboot.git] / include / spi.h
index 7887d0f9b842c48058f404fdf3075df792d50536..60e85db9a46e052c97b638c58bb93114a378e3b7 100644 (file)
 
 /* Controller-specific definitions: */
 
-/* CONFIG_HARD_SPI triggers SPI bus initialization in PowerPC */
-#ifdef CONFIG_MPC8XXX_SPI
-# ifndef CONFIG_HARD_SPI
-#  define CONFIG_HARD_SPI
-# endif
-#endif
-
 /* SPI mode flags */
 #define        SPI_CPHA        0x01                    /* clock phase */
 #define        SPI_CPOL        0x02                    /* clock polarity */