bootm: add {arch,board}_preboot_os() to bootm.h
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 14 Sep 2020 23:58:11 +0000 (01:58 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 14 Oct 2020 15:16:34 +0000 (11:16 -0400)
commit73fdb9558ed15df868b4b07bdc61ab682b49bd59
treefe4b9eded9bc3cca7f4c0a56586b045a91a456b4
parent4b2be78ab66ca3f6f177823c0f81fcdd1d476e9b
bootm: add {arch,board}_preboot_os() to bootm.h

Functions that are used in multiple C modules should be defined in an
include.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Michael Walle <michael@walle.cc>
include/bootm.h