mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 01:32:47 +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:
@@ -183,6 +183,7 @@ typedef void (interrupt_handler_t)(void *);
|
||||
/*
|
||||
* Function Prototypes
|
||||
*/
|
||||
int dram_init(void);
|
||||
|
||||
void hang (void) __attribute__ ((noreturn));
|
||||
|
||||
|
Reference in New Issue
Block a user