[U-Boot] [PATCH v2 1/3] lacie_kw: fix SDRAM banks number for net2big_v2
Simon Guinot
simon.guinot at sequanux.org
Wed Jun 6 01:15:58 CEST 2012
Signed-off-by: Simon Guinot <simon.guinot at sequanux.org>
---
No changes for v2.
include/configs/lacie_kw.h | 4 ----
1 file changed, 4 deletions(-)
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 */
--
1.7.9.5
More information about the U-Boot
mailing list