[U-Boot] [PATCH v1 4/9] scripts/Makefile.spl: Add MVEBU DDR code to SPL

Stefan Roese sr at denx.de
Tue Oct 28 10:36:03 CET 2014


Signed-off-by: Stefan Roese <sr at denx.de>
---

 scripts/Makefile.spl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl
index d11b2de..e11e96d 100644
--- a/scripts/Makefile.spl
+++ b/scripts/Makefile.spl
@@ -101,6 +101,7 @@ libs-y += arch/$(ARCH)/imx-common/
 endif
 
 libs-$(CONFIG_ARMADA_XP) += arch/$(ARCH)/mvebu-common/
+libs-$(CONFIG_SYS_MVEBU_DDR) += drivers/ddr/mvebu/
 
 libs-$(CONFIG_ARM) += arch/arm/cpu/
 libs-$(CONFIG_PPC) += arch/powerpc/cpu/
-- 
2.1.2



More information about the U-Boot mailing list