Blackfin: bfin_spi: use same gpio cs define as Linux
Linux uses an offset of 8 to switch from hardware cs to a gpio cs, so have u-boot use the same value. Also make sure it is public for boards to access. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
@@ -71,6 +71,9 @@ static inline const char *get_bfin_boot_mode(int bfin_boot)
|
||||
# define BFIN_BOOT_SPI_SSEL 1
|
||||
#endif
|
||||
|
||||
/* Define to get a GPIO CS with the Blackfin SPI controller */
|
||||
#define MAX_CTRL_CS 8
|
||||
|
||||
/* There is no Blackfin/NetBSD port */
|
||||
#undef CONFIG_BOOTM_NETBSD
|
||||
|
||||
|
||||
Reference in New Issue
Block a user