diff options
| author | Tom Rini <trini@ti.com> | 2015-02-06 12:02:59 -0500 |
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2015-02-06 12:02:59 -0500 |
| commit | 5c123f5fbfa2f7ae43f08a0f92073e90330d704a (patch) | |
| tree | 8f79c94d7a04301d3ef51b4bc10571acc7bc9706 /scripts | |
| parent | 4e79908044e4ebf186464cf118497458faf0903c (diff) | |
| parent | 68102b81e8fb699087ec5757a75676c6c65af3fd (diff) | |
| download | u-boot-5c123f5fbfa2f7ae43f08a0f92073e90330d704a.tar.gz u-boot-5c123f5fbfa2f7ae43f08a0f92073e90330d704a.tar.xz u-boot-5c123f5fbfa2f7ae43f08a0f92073e90330d704a.zip | |
Merge git://git.denx.de/u-boot-marvell
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 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/ |
