diff options
author | Simon Guinot <simon.guinot@sequanux.org> | 2012-06-05 13:15:58 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:32 +0200 |
commit | c4c4b0e66188e7a21256ba67255f8bc874994039 (patch) | |
tree | 5c189a81b589d3bdb12ddb62ab9c8d08111d3ffa | |
parent | f214a20e7e4c072da3d5d857e8fa79a41a6446ab (diff) | |
download | u-boot-imx-c4c4b0e66188e7a21256ba67255f8bc874994039.zip u-boot-imx-c4c4b0e66188e7a21256ba67255f8bc874994039.tar.gz u-boot-imx-c4c4b0e66188e7a21256ba67255f8bc874994039.tar.bz2 |
lacie_kw: fix SDRAM banks number for net2big_v2
Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
-rw-r--r-- | include/configs/lacie_kw.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h index cd8d59f..0796ccf 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 */ |