[U-Boot] [PATCH] LS2081ARDB: Enable CONFIG_SPI_FLASH_BAR option

Yogesh Gaur yogeshnarayan.gaur at nxp.com
Thu May 11 08:35:34 UTC 2017


On LS2081ARDB both QSPI and DSPI are having flash n25q512a of micron family
which supports EAR Read/Write cmds, thus enable CONFIG_SPI_FLASH_BAR config.
Else only lower 16MiB accessible for these flashes.

Signed-off-by: Yogesh Gaur <yogeshnarayan.gaur at nxp.com>
---
 Depends on : 
 https://patchwork.ozlabs.org/patch/755920/

 include/configs/ls2080ardb.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h
index 6abf54b..08ac9a9 100644
--- a/include/configs/ls2080ardb.h
+++ b/include/configs/ls2080ardb.h
@@ -299,6 +299,11 @@ unsigned long get_board_sys_clk(void);
 #ifdef CONFIG_FSL_QSPI
 #ifdef CONFIG_TARGET_LS2081ARDB
 #define CONFIG_SPI_FLASH_STMICRO
+/*
+ * On LS2081ARDB both QSPI and DSPI are having flash n25q512a of micron
+ * family which supports EAR Read/Write cmds, thus enable below config
+ */
+#define CONFIG_SPI_FLASH_BAR
 #else
 #define CONFIG_SPI_FLASH_SPANSION
 #endif
-- 
1.9.1




More information about the U-Boot mailing list