diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-10-01 16:59:19 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-02 16:00:40 -0400 |
commit | 504af55edff2bcf98fc3578d79d7a2df0b5cb128 (patch) | |
tree | fce45e171bc57c98ef189afb60b70d801d7fb89c /include | |
parent | abaa5ba4e3b52f82b8158044cba6cf7986309d43 (diff) | |
download | bootable_bootloader_goldelico_gta04-504af55edff2bcf98fc3578d79d7a2df0b5cb128.zip bootable_bootloader_goldelico_gta04-504af55edff2bcf98fc3578d79d7a2df0b5cb128.tar.gz bootable_bootloader_goldelico_gta04-504af55edff2bcf98fc3578d79d7a2df0b5cb128.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bf527-ad7160-eval.h b/include/configs/bf527-ad7160-eval.h index fbcf019..14ade1b 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) /* |