mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
common: Move testdram() into init.h
This function is called during init so move it to the init header file. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
9b4a205f45
commit
49acd56e4f
20 changed files with 26 additions and 10 deletions
|
@ -59,10 +59,6 @@ void hang (void) __attribute__ ((noreturn));
|
|||
|
||||
#include <display_options.h>
|
||||
|
||||
#if defined(CONFIG_SYS_DRAM_TEST)
|
||||
int testdram(void);
|
||||
#endif /* CONFIG_SYS_DRAM_TEST */
|
||||
|
||||
/* lib/uuid.c */
|
||||
#include <uuid.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue