projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b54dd1b
)
ARM: atmel: sama5d4: build related file when enable SPL
author
Bo Shen
<voice.shen@atmel.com>
Mon, 15 Dec 2014 05:24:37 +0000
(13:24 +0800)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/at91-common/Makefile
b/arch/arm/cpu/at91-common/Makefile
index 89e15775fb8efe3addc8ae98edb5d5dd153352a6..03614d41406b96e4793496382d2f7cb9d6bb2ab3 100644
(file)
--- a/
arch/arm/cpu/at91-common/Makefile
+++ b/
arch/arm/cpu/at91-common/Makefile
@@
-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