mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-29 15:43:44 +08:00
Blackfin: set default boot SPI CS for BF538/BF539
The BF538/BF539 use CS2 for booting off of rather than CS1 like newer Blackfin parts. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
74dde80bd5
commit
362c943347
@ -182,8 +182,8 @@ static struct manufacturer_info flash_manufacturers[] = {
|
||||
* BF533, BF561: SSEL2
|
||||
*/
|
||||
#ifndef CONFIG_SPI_FLASH_SSEL
|
||||
# if defined(__ADSPBF531__) || defined(__ADSPBF532__) || \
|
||||
defined(__ADSPBF533__) || defined(__ADSPBF561__)
|
||||
# if defined(__ADSPBF531__) || defined(__ADSPBF532__) || defined(__ADSPBF533__) || \
|
||||
defined(__ADSPBF538__) || defined(__ADSPBF539__) || defined(__ADSPBF561__)
|
||||
# define CONFIG_SPI_FLASH_SSEL 2
|
||||
# else
|
||||
# define CONFIG_SPI_FLASH_SSEL 1
|
||||
|
Loading…
Reference in New Issue
Block a user