diff options
| author | Nikita Kiryanov <[email protected]> | 2016-02-19 19:19:43 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-02-24 18:44:05 -0500 |
| commit | 49a934401a572acb2cb5ec3a9d570a12e3a6ba87 (patch) | |
| tree | 49ac30f66c8a7b1647970de1f0a92017e84b00ab /include | |
| parent | 7ef77c029a15ce94a9179d371dee16e04bf7a84e (diff) | |
arm: am437x: cm-t43: support all available SPI flash chips
Add full support for SPI flash chips to future-proof U-Boot for cm-t43.
Cc: Tom Rini <[email protected]>
Cc: Albert Aribaud <[email protected]>
Cc: Igor Grinberg <[email protected]>
Signed-off-by: Nikita Kiryanov <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/cm_t43.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/cm_t43.h b/include/configs/cm_t43.h index 6abc085b982..3bc3336518a 100644 --- a/include/configs/cm_t43.h +++ b/include/configs/cm_t43.h @@ -70,9 +70,7 @@ #define CONFIG_AM437X_USB2PHY2_HOST /* SPI Flash support */ -#define CONFIG_SPI_FLASH #define CONFIG_TI_SPI_MMAP -#define CONFIG_SPI_FLASH_BAR #define CONFIG_SF_DEFAULT_SPEED 48000000 #define CONFIG_DEFAULT_SPI_MODE SPI_MODE_3 |
