From mboxrd@z Thu Jan 1 00:00:00 1970 From: dinguyen at opensource.altera.com Date: Tue, 2 Jun 2015 22:52:50 -0500 Subject: [U-Boot] [PATCHv4 3/3] arm: socfpga: enable the Altera SDRAM controller driver In-Reply-To: <1433303570-10004-1-git-send-email-dinguyen@opensource.altera.com> References: <1433303570-10004-1-git-send-email-dinguyen@opensource.altera.com> Message-ID: <1433303570-10004-4-git-send-email-dinguyen@opensource.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Dinh Nguyen Enable the Altera SDRAM driver for the SoCFPGA platform. Signed-off-by: Dinh Nguyen Acked-by: Marek Vasut --- 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 cae744d..9b52050 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -77,6 +77,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.2.1