diff options
author | Dinh Nguyen <dinguyen@opensource.altera.com> | 2015-06-02 22:52:48 -0500 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-08-08 14:14:05 +0200 |
commit | 9bbd2132e3af95ac225f3641b69bd129da11457f (patch) | |
tree | 35f73f7f63456ccd7fde6710e63cbcb6c9b62c32 /scripts | |
parent | 9f76f105c765d3c681309137e9ca5364e1ae9f2a (diff) |
driver/ddr/altera: Add DDR driver for Altera's SDRAM controller
This patch enables the SDRAM controller that is used on Altera's SoCFPGA
family. This patch configures the SDRAM controller based on a configuration
file that is generated from the Quartus tool, sdram_config.h.
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.spl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl index b1047b5d09f..4879d0a9195 100644 --- a/scripts/Makefile.spl +++ b/scripts/Makefile.spl @@ -62,6 +62,7 @@ libs-$(CONFIG_SPL_MMC_SUPPORT) += drivers/mmc/ libs-$(CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT) += drivers/ddr/fsl/ libs-$(CONFIG_SYS_MVEBU_DDR_A38X) += drivers/ddr/marvell/a38x/ libs-$(CONFIG_SYS_MVEBU_DDR_AXP) += drivers/ddr/marvell/axp/ +libs-$(CONFIG_ALTERA_SDRAM) += drivers/ddr/altera/ libs-$(CONFIG_SPL_SERIAL_SUPPORT) += drivers/serial/ libs-$(CONFIG_SPL_SPI_FLASH_SUPPORT) += drivers/mtd/spi/ libs-$(CONFIG_SPL_SPI_SUPPORT) += drivers/spi/ |