1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-16 07:21:26 +02:00

x86: Move call to dram_init_f into board_init_f

This commit is contained in:
Graeme Russ
2011-02-12 15:11:59 +11:00
parent fb0029088e
commit c869e2ac46
3 changed files with 4 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ int register_timer_isr (timer_fnc_t *isr_func);
/* 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);