summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-01-19 11:33:43 +0100
committerLuka Perkov <luka.perkov@sartura.hr>2015-02-06 17:24:54 +0100
commit0cf47862bf647690762c841e247fb5b097ca7316 (patch)
tree11b48be20c2d0318cd539c3925e527efc4a09f45 /scripts
parent5632e580c652eb600f3ff48dd79a71394c03dbe5 (diff)
downloadtalos-obmc-uboot-0cf47862bf647690762c841e247fb5b097ca7316.tar.gz
talos-obmc-uboot-0cf47862bf647690762c841e247fb5b097ca7316.zip
scripts/Makefile.spl: Add MVEBU DDR code to SPL
Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.spl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl
index ecf3037cb8..e4b9881186 100644
--- a/scripts/Makefile.spl
+++ b/scripts/Makefile.spl
@@ -57,6 +57,7 @@ libs-$(CONFIG_SPL_I2C_SUPPORT) += drivers/i2c/
libs-$(CONFIG_SPL_GPIO_SUPPORT) += drivers/gpio/
libs-$(CONFIG_SPL_MMC_SUPPORT) += drivers/mmc/
libs-$(CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT) += drivers/ddr/fsl/
+libs-$(CONFIG_SYS_MVEBU_DDR) += drivers/ddr/mvebu/
libs-$(CONFIG_SPL_SERIAL_SUPPORT) += drivers/serial/
libs-$(CONFIG_SPL_SPI_FLASH_SUPPORT) += drivers/mtd/spi/
libs-$(CONFIG_SPL_SPI_SUPPORT) += drivers/spi/
OpenPOWER on IntegriCloud