diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-01-30 10:51:46 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-02-09 15:08:48 +0100 |
commit | 0267ba5d869cdc482c0b947ef8de89ce7403ac8c (patch) | |
tree | 160cd1cf0e2bfaa9a4ed2cb8ab60e4f63b9a3383 /arch/x86 | |
parent | 7f641d53bbb3a426a3bfb132d8346153e86a9d08 (diff) | |
download | u-boot-imx-0267ba5d869cdc482c0b947ef8de89ce7403ac8c.zip u-boot-imx-0267ba5d869cdc482c0b947ef8de89ce7403ac8c.tar.gz u-boot-imx-0267ba5d869cdc482c0b947ef8de89ce7403ac8c.tar.bz2 |
common: Move dram_init() declaration to common location
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/include/asm/u-boot-x86.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/include/asm/u-boot-x86.h b/arch/x86/include/asm/u-boot-x86.h index b98afa8..c24846b 100644 --- a/arch/x86/include/asm/u-boot-x86.h +++ b/arch/x86/include/asm/u-boot-x86.h @@ -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); |