diff options
author | Suresh Gupta <suresh.gupta@nxp.com> | 2017-04-25 14:51:37 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-05-23 09:12:42 -0700 |
commit | e9420444f64a0ec3b444204ada20c10a50f93800 (patch) | |
tree | df7d74a149bcf632780adcb891eb112e090c8bd9 /include/configs/ls1012a_common.h | |
parent | 5193405a163aa9bab068680167fdeb0e1008e7b5 (diff) |
armv8: layperscape: remove CONFIG_SPI_FLASH_BAR from some platforms
ls1012ardb, ls1046ardb, ls2080ardb have S25FS512S flash which does
not support Bank Address Register commands.
Signed-off-by: Suresh Gupta <suresh.gupta@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1012a_common.h')
-rw-r--r-- | include/configs/ls1012a_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h index 09f890d55c..0db926fc4a 100644 --- a/include/configs/ls1012a_common.h +++ b/include/configs/ls1012a_common.h @@ -55,7 +55,6 @@ #define CONFIG_FSL_QSPI #define QSPI0_AMBA_BASE 0x40000000 #define CONFIG_SPI_FLASH_SPANSION -#define CONFIG_SPI_FLASH_BAR #define FSL_QSPI_FLASH_SIZE (1 << 24) #define FSL_QSPI_FLASH_NUM 2 |