diff options
author | Dinh Nguyen | 2015-06-02 22:52:50 -0500 |
---|---|---|
committer | Marek Vasut | 2015-08-08 14:14:05 +0200 |
commit | cdd4e6cc372b643e0aa09b5c31ff7e32d7a076de (patch) | |
tree | a03a091f2e0ba1c24907129f2230dc3cba92a3b1 /include | |
parent | 3da428595e861f90ff0d6687cedff3056f7c7890 (diff) |
arm: socfpga: enable the Altera SDRAM controller driver
Enable the Altera SDRAM driver for the SoCFPGA platform.
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/socfpga_common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index e8473b872ad..66972cd89a6 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 |