mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 09:42:22 +02:00
common: Move dram_init() declaration to common location
Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -26,15 +26,9 @@ unsigned long get_tbclk_mhz(void);
|
||||
void timer_set_base(uint64_t base);
|
||||
int pcat_timer_init(void);
|
||||
|
||||
/* Architecture specific DRAM init */
|
||||
int dram_init(void);
|
||||
|
||||
/* cpu/.../interrupts.c */
|
||||
int cpu_init_interrupts(void);
|
||||
|
||||
/* board/.../... */
|
||||
int dram_init(void);
|
||||
|
||||
int cleanup_before_linux(void);
|
||||
int x86_cleanup_before_linux(void);
|
||||
void x86_enable_caches(void);
|
||||
|
Reference in New Issue
Block a user