Skip to content
Snippets Groups Projects
Commit 504af55e authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: bf527-ad7160-eval: fix GPIO CS define


Rather than use a hardcoded "7", use the new Blackfin global define.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent abaa5ba4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment