commit | 662a4f2973410b63b383de04f7b6ac6cbee2bd3c | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <andreas.devel@googlemail.com> | Fri Feb 06 23:06:43 2015 +0100 |
committer | Andreas Bießmann <andreas.devel@googlemail.com> | Tue Feb 17 22:52:41 2015 +0100 |
tree | bc7dc63481548507c03aeaf207accec81aefbece | |
parent | 1e73752d7c4493f50a9eacdc5a9bc1d806e2f426 [diff] [blame] |
avr32: convert to dram_init() Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/avr32/lib/Makefile b/arch/avr32/lib/Makefile index bb45cbe..5f2d97b 100644 --- a/arch/avr32/lib/Makefile +++ b/arch/avr32/lib/Makefile
@@ -11,3 +11,4 @@ obj-y += board.o obj-$(CONFIG_CMD_BOOTM) += bootm.o obj-y += interrupts.o +obj-y += dram_init.o