summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-07-23 09:02:28 -0400
committerTom Rini <trini@konsulko.com>2015-07-23 09:02:28 -0400
commit3c9cc70d7153da442575112d9a2643eecd17d534 (patch)
treeb7f2abf20d86dfcb99e4a5406c3dd1b85c176b9f /scripts
parent6b9f9eadffb5f64801746593784e12f07f2fadd0 (diff)
parent9e30b31d20f0b793465d07f056b3d9885f578c0d (diff)
Merge git://git.denx.de/u-boot-marvell
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.spl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl
index 525f9a238c..b1047b5d09 100644
--- a/scripts/Makefile.spl
+++ b/scripts/Makefile.spl
@@ -60,7 +60,8 @@ 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_SYS_MVEBU_DDR_A38X) += drivers/ddr/marvell/a38x/
+libs-$(CONFIG_SYS_MVEBU_DDR_AXP) += drivers/ddr/marvell/axp/
libs-$(CONFIG_SPL_SERIAL_SUPPORT) += drivers/serial/
libs-$(CONFIG_SPL_SPI_FLASH_SUPPORT) += drivers/mtd/spi/
libs-$(CONFIG_SPL_SPI_SUPPORT) += drivers/spi/