commit | c869e2ac46a7a8ca00d1fd24c6399ca8e256e244 | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Sat Feb 12 15:11:59 2011 +1100 |
committer | Graeme Russ <graeme.russ@gmail.com> | Sat Feb 12 15:11:59 2011 +1100 |
tree | 3b37dc4e76c760c3b000868659222cf5ec02a37a | |
parent | fb0029088e5b9d3f31870715ad23dda4a2c6e7f3 [diff] |
x86: Move call to dram_init_f into board_init_f
diff --git a/arch/i386/include/asm/u-boot-i386.h b/arch/i386/include/asm/u-boot-i386.h index 80db52f..7b39bd2 100644 --- a/arch/i386/include/asm/u-boot-i386.h +++ b/arch/i386/include/asm/u-boot-i386.h
@@ -37,6 +37,7 @@ /* Architecture specific - can be in arch/i386/cpu/, arch/i386/lib/, or $(BOARD)/ */ int timer_init(void); +int dram_init_f(void); /* cpu/.../interrupts.c */ int cpu_init_interrupts(void);