All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] config: remove CONFIG_SPI_FLASH_BAR from some platforms
@ 2017-04-25  9:21 Suresh Gupta
  2017-04-25  9:21 ` [U-Boot] [PATCH] LS1012A: change the size of flash Suresh Gupta
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Suresh Gupta @ 2017-04-25  9:21 UTC (permalink / raw)
  To: u-boot

ls1012ardb, ls1046ardb, ls2080ardb has S25FS512S
flash which do not support Bank Address Register commands

Signed-off-by: Suresh Gupta <suresh.gupta@nxp.com>
---
 include/configs/ls1012a_common.h | 1 -
 include/configs/ls1046ardb.h     | 1 -
 include/configs/ls2080ardb.h     | 1 -
 3 files changed, 3 deletions(-)

diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h
index 09f890d..0db926f 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
diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h
index 67ee626..66af039 100644
--- a/include/configs/ls1046ardb.h
+++ b/include/configs/ls1046ardb.h
@@ -208,7 +208,6 @@
 #define CONFIG_SPI_FLASH_SPANSION
 #define FSL_QSPI_FLASH_SIZE		(1 << 26)
 #define FSL_QSPI_FLASH_NUM		2
-#define CONFIG_SPI_FLASH_BAR
 #endif
 #endif
 
diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h
index 2155a89..79a3d94 100644
--- a/include/configs/ls2080ardb.h
+++ b/include/configs/ls2080ardb.h
@@ -265,7 +265,6 @@ unsigned long get_board_sys_clk(void);
 /* SPI */
 #ifdef CONFIG_FSL_DSPI
 #define CONFIG_SPI_FLASH
-#define CONFIG_SPI_FLASH_BAR
 #define CONFIG_SPI_FLASH_STMICRO
 #endif
 
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2017-09-13  7:56 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-25  9:21 [U-Boot] [PATCH] config: remove CONFIG_SPI_FLASH_BAR from some platforms Suresh Gupta
2017-04-25  9:21 ` [U-Boot] [PATCH] LS1012A: change the size of flash Suresh Gupta
2017-05-23 16:20   ` york sun
2017-05-24  5:52     ` Suresh Gupta
2017-05-25 15:01       ` york sun
2017-04-25  9:21 ` [U-Boot] [PATCH] sf: Fix s25fs512s erase size and remove SECT_4K flag Suresh Gupta
2017-04-26  7:30   ` Jagan Teki
2017-04-26  7:47     ` Suresh Gupta
2017-04-26 23:05       ` York Sun
2017-04-27  5:17         ` Suresh Gupta
2017-04-27 16:47           ` York Sun
2017-04-28  5:26             ` Suresh Gupta
2017-05-12 17:53               ` York Sun
2017-05-15  6:47                 ` Suresh Gupta
2017-06-07  7:03                   ` Jagan Teki
2017-06-07  7:41                     ` Suresh Gupta
2017-06-07  9:37                       ` Jagan Teki
2017-06-08  7:30                         ` Suresh Gupta
2017-06-12  6:07                           ` Jagan Teki
2017-06-12  8:48                             ` Suresh Gupta
2017-06-12 14:03                               ` Suresh Gupta
2017-09-13  7:56                                 ` Suresh Gupta
2017-05-25 14:59 ` [U-Boot] [PATCH] config: remove CONFIG_SPI_FLASH_BAR from some platforms york sun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.