summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-10-01 16:59:19 -0400
committerMike Frysinger <vapier@gentoo.org>2010-10-02 16:00:40 -0400
commit504af55edff2bcf98fc3578d79d7a2df0b5cb128 (patch)
treefce45e171bc57c98ef189afb60b70d801d7fb89c /include
parentabaa5ba4e3b52f82b8158044cba6cf7986309d43 (diff)
downloadblackbird-obmc-uboot-504af55edff2bcf98fc3578d79d7a2df0b5cb128.tar.gz
blackbird-obmc-uboot-504af55edff2bcf98fc3578d79d7a2df0b5cb128.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/bf527-ad7160-eval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bf527-ad7160-eval.h b/include/configs/bf527-ad7160-eval.h
index fbcf019051..14ade1b1e6 100644
--- a/include/configs/bf527-ad7160-eval.h
+++ b/include/configs/bf527-ad7160-eval.h
@@ -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)
/*
OpenPOWER on IntegriCloud