mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Blackfin: bf527-ad7160-eval: fix GPIO CS define
Rather than use a hardcoded "7", use the new Blackfin global define. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
abaa5ba4e3
commit
504af55edf
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@
|
|||
#define CONFIG_MMC
|
||||
#define CONFIG_CMD_EXT2
|
||||
#define CONFIG_SPI_MMC
|
||||
#define CONFIG_SPI_MMC_DEFAULT_CS (7 + GPIO_PH3)
|
||||
#define CONFIG_SPI_MMC_DEFAULT_CS (MAX_CTRL_CS + GPIO_PH3)
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue