From: Mike Frysinger Date: Fri, 1 Oct 2010 20:59:19 +0000 (-0400) Subject: Blackfin: bf527-ad7160-eval: fix GPIO CS define X-Git-Tag: v2010.12-rc1~169^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=504af55edff2bcf98fc3578d79d7a2df0b5cb128;p=u-boot 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 --- 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) /*