common: Move main_loop() to init.h
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:44:39 +0000 (10:44 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jan 2020 18:26:48 +0000 (13:26 -0500)
commit6b8d3ceaf59a6c4a2d3930aa8fa0c33e15093498
treeebe9280c23bc2036eee040906ee7aac5717c7e99
parent011b5725a89c7fc658109d1dce2ad0d7bcd1db02
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>
common/board_r.c
common/main.c
include/common.h
include/init.h