mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00: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:
parent
7f641d53bb
commit
0267ba5d86
5 changed files with 1 additions and 9 deletions
|
@ -36,7 +36,6 @@ int arch_early_init_r(void);
|
|||
|
||||
/* board/.../... */
|
||||
int board_init(void);
|
||||
int dram_init (void);
|
||||
void dram_init_banksize (void);
|
||||
|
||||
/* cpu/.../interrupt.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue