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] |
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/include/asm/u-boot.h b/arch/avr32/include/asm/u-boot.h index 2387f8a..232350e 100644 --- a/arch/avr32/include/asm/u-boot.h +++ b/arch/avr32/include/asm/u-boot.h
@@ -26,5 +26,6 @@ #define IH_ARCH_DEFAULT IH_ARCH_AVR32 int arch_cpu_init(void); +int dram_init(void); #endif /* __ASM_U_BOOT_H__ */