diff options
author | Eric Nelson <eric.nelson@boundarydevices.com> | 2012-01-31 07:52:09 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-02-27 21:19:23 +0100 |
commit | ba54b9276af6c5cf44f466ebc6356dfba7f21c0b (patch) | |
tree | 58b4b85971611d9d449ef75f1a18d5c072e9b5a4 /include/configs/mx6qsabrelite.h | |
parent | 373a1d8c0ee150bb3680722c5b888662e0e08291 (diff) | |
download | u-boot-imx-ba54b9276af6c5cf44f466ebc6356dfba7f21c0b.zip u-boot-imx-ba54b9276af6c5cf44f466ebc6356dfba7f21c0b.tar.gz u-boot-imx-ba54b9276af6c5cf44f466ebc6356dfba7f21c0b.tar.bz2 |
mx6q: mx6qsabrelite: Provide default serial flash bus and chip-select
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Acked-by: Dirk Behme <dirk.behme@de.bosch.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Acked-by: Jason Liu <jason.hui@linaro.org>
Tested-by: Jason Liu <jason.hui@linaro.org>
Diffstat (limited to 'include/configs/mx6qsabrelite.h')
-rw-r--r-- | include/configs/mx6qsabrelite.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index bcb1a42..28c07a6 100644 --- a/include/configs/mx6qsabrelite.h +++ b/include/configs/mx6qsabrelite.h @@ -49,6 +49,8 @@ #define CONFIG_SPI_FLASH #define CONFIG_SPI_FLASH_SST #define CONFIG_MXC_SPI +#define CONFIG_SF_DEFAULT_BUS 0 +#define CONFIG_SF_DEFAULT_CS (0|(GPIO_NUMBER(3, 19)<<8)) #define CONFIG_SF_DEFAULT_SPEED 25000000 #define CONFIG_SF_DEFAULT_MODE (SPI_MODE_0) #endif |