diff mbox

[U-Boot,1/6] lacie_kw: fix SDRAM banks number for net2big_v2

Message ID 1337178035-7575-2-git-send-email-simon.guinot@sequanux.org
State Accepted
Commit c4c4b0e66188e7a21256ba67255f8bc874994039
Delegated to: Prafulla Wadaskar
Headers show

Commit Message

Simon Guinot May 16, 2012, 2:20 p.m. UTC
Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
---
 include/configs/lacie_kw.h |    4 ----
 1 file changed, 4 deletions(-)
diff mbox

Patch

diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h
index 6cbc752..5746fc4 100644
--- a/include/configs/lacie_kw.h
+++ b/include/configs/lacie_kw.h
@@ -66,11 +66,7 @@ 
 /*
  * SDRAM configuration
  */
-#if defined(CONFIG_NET2BIG_V2)
-#define CONFIG_NR_DRAM_BANKS		2
-#else
 #define CONFIG_NR_DRAM_BANKS		1
-#endif
 
 #ifdef CONFIG_INETSPACE_V2
 /* Different SDRAM configuration and size for Internet Space v2 */