commit | 25828e959533afe45f1452641f0bf937ae67a6af | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Sep 15 01:58:11 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 14 11:16:34 2020 -0400 |
tree | fe4b9eded9bc3cca7f4c0a56586b045a91a456b4 | |
parent | 11da6365fd780c0e9edf4824114e5dc5b34b7be7 [diff] |
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>