Signed-off-by: Stefan Roese <[email protected]> --- 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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

