mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
common: Move main_loop() to init.h
Move this function out of common.h and into a better place. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
This commit is contained in:
@@ -63,9 +63,6 @@ void hang (void) __attribute__ ((noreturn));
|
||||
|
||||
#include <display_options.h>
|
||||
|
||||
/* common/main.c */
|
||||
void main_loop (void);
|
||||
|
||||
int checkflash(void);
|
||||
int checkdram(void);
|
||||
extern u8 __dtb_dt_begin[]; /* embedded device tree blob */
|
||||
|
Reference in New Issue
Block a user