summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@opensource.altera.com>2015-06-02 22:52:48 -0500
committerMarek Vasut <marex@denx.de>2015-08-08 14:14:05 +0200
commit9bbd2132e3af95ac225f3641b69bd129da11457f (patch)
tree35f73f7f63456ccd7fde6710e63cbcb6c9b62c32 /Makefile
parent9f76f105c765d3c681309137e9ca5364e1ae9f2a (diff)
downloadblackbird-obmc-uboot-9bbd2132e3af95ac225f3641b69bd129da11457f.tar.gz
blackbird-obmc-uboot-9bbd2132e3af95ac225f3641b69bd129da11457f.zip
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 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bb0ba9f8a2..469c770487 100644
--- a/Makefile
+++ b/Makefile
@@ -649,6 +649,7 @@ libs-y += drivers/power/ \
libs-y += drivers/spi/
libs-$(CONFIG_FMAN_ENET) += drivers/net/fm/
libs-$(CONFIG_SYS_FSL_DDR) += drivers/ddr/fsl/
+libs-$(CONFIG_ALTERA_SDRAM) += drivers/ddr/altera/
libs-y += drivers/serial/
libs-y += drivers/usb/dwc3/
libs-y += drivers/usb/emul/
OpenPOWER on IntegriCloud