[U-Boot] [PATCH 003/172] arm: socfpga: enable the Altera SDRAM controller driver
Marek Vasut
marex at denx.de
Mon Jul 27 22:49:26 CEST 2015
From: Dinh Nguyen <dinguyen at opensource.altera.com>
Enable the Altera SDRAM driver for the SoCFPGA platform.
Signed-off-by: Dinh Nguyen <dinguyen at opensource.altera.com>
Acked-by: Marek Vasut <marex at denx.de>
---
include/configs/socfpga_common.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index 0298360..12363ae 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -75,6 +75,11 @@
#define CONFIG_SYS_PL310_BASE SOCFPGA_MPUL2_ADDRESS
/*
+ * SDRAM controller
+ */
+#define CONFIG_ALTERA_SDRAM
+
+/*
* EPCS/EPCQx1 Serial Flash Controller
*/
#ifdef CONFIG_ALTERA_SPI
--
2.1.4
More information about the U-Boot
mailing list