]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: atmel: sama5d4: build related file when enable SPL
authorBo Shen <voice.shen@atmel.com>
Mon, 15 Dec 2014 05:24:37 +0000 (13:24 +0800)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Sat, 7 Feb 2015 22:42:52 +0000 (23:42 +0100)
Signed-off-by: Bo Shen <voice.shen@atmel.com>
arch/arm/cpu/at91-common/Makefile

index 89e15775fb8efe3addc8ae98edb5d5dd153352a6..03614d41406b96e4793496382d2f7cb9d6bb2ab3 100644 (file)
@@ -13,5 +13,6 @@ ifneq ($(CONFIG_SPL_BUILD),)
 obj-$(CONFIG_AT91SAM9G20) += sdram.o spl_at91.o
 obj-$(CONFIG_AT91SAM9M10G45) += mpddrc.o spl_at91.o
 obj-$(CONFIG_SAMA5D3) += mpddrc.o spl_atmel.o
+obj-$(CONFIG_SAMA5D4) += mpddrc.o spl_atmel.o
 obj-y += spl.o
 endif