1
0
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:
Simon Glass
2019-12-28 10:44:39 -07:00
committed by Tom Rini
parent 011b5725a8
commit 6b8d3ceaf5
4 changed files with 9 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
#include <command.h>
#include <console.h>
#include <env.h>
#include <init.h>
#include <version.h>
/*