commit | 186678600a3aa81f883e4bf4b94ca4d40081d93a | [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 | e9ed41cc5c684b4b08988934544449eb782c14db [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