All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] armv8/ls1043aqds modify CONFIG_SYS_MAX_FLASH_BANKS to 1
@ 2016-04-01  9:28 Wenbin Song
  2016-04-06 17:28 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Wenbin Song @ 2016-04-01  9:28 UTC (permalink / raw)
  To: u-boot

There is only one flash bank for ls1043aqds.
Signed-off-by: Wenbin Song <wenbin.song@nxp.com>
---
 include/configs/ls1043aqds.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h
index 7b99d36..7c19122 100644
--- a/include/configs/ls1043aqds.h
+++ b/include/configs/ls1043aqds.h
@@ -162,7 +162,7 @@ unsigned long get_board_ddr_clk(void);
 					FTIM2_NOR_TWP(0x1c))
 #define CONFIG_SYS_NOR_FTIM3		0
 
-#define CONFIG_SYS_MAX_FLASH_BANKS	2	/* number of banks */
+#define CONFIG_SYS_MAX_FLASH_BANKS	1	/* number of banks */
 #define CONFIG_SYS_MAX_FLASH_SECT	1024	/* sectors per device */
 #define CONFIG_SYS_FLASH_ERASE_TOUT	60000	/* Flash Erase Timeout (ms) */
 #define CONFIG_SYS_FLASH_WRITE_TOUT	500	/* Flash Write Timeout (ms) */
-- 
2.1.0.27.g96db324

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

* [U-Boot] [PATCH] armv8/ls1043aqds modify CONFIG_SYS_MAX_FLASH_BANKS to 1
  2016-04-01  9:28 [U-Boot] [PATCH] armv8/ls1043aqds modify CONFIG_SYS_MAX_FLASH_BANKS to 1 Wenbin Song
@ 2016-04-06 17:28 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2016-04-06 17:28 UTC (permalink / raw)
  To: u-boot

On 04/01/2016 02:37 AM, Wenbin Song wrote:
> There is only one flash bank for ls1043aqds.
> Signed-off-by: Wenbin Song <wenbin.song@nxp.com>
> ---
>  include/configs/ls1043aqds.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Add ":" sign in subject to separate tag from subject.
Applied to u-boot-fsl-qoriq master. Awaiting upstream.
Thanks.

York

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

end of thread, other threads:[~2016-04-06 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-01  9:28 [U-Boot] [PATCH] armv8/ls1043aqds modify CONFIG_SYS_MAX_FLASH_BANKS to 1 Wenbin Song
2016-04-06 17:28 ` 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.