From: Dinh Nguyen Date: Wed, 3 Jun 2015 03:52:50 +0000 (-0500) Subject: arm: socfpga: enable the Altera SDRAM controller driver X-Git-Tag: v2015.10-rc2~385 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cdd4e6cc372b643e0aa09b5c31ff7e32d7a076de;p=u-boot arm: socfpga: enable the Altera SDRAM controller driver Enable the Altera SDRAM driver for the SoCFPGA platform. Signed-off-by: Dinh Nguyen Acked-by: Marek Vasut --- diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index e8473b872a..66972cd89a 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -74,6 +74,11 @@ #define CONFIG_SYS_L2_PL310 #define CONFIG_SYS_PL310_BASE SOCFPGA_MPUL2_ADDRESS +/* + * SDRAM controller + */ +#define CONFIG_ALTERA_SDRAM + /* * EPCS/EPCQx1 Serial Flash Controller */