bootm: Add tests for fixup_silent_linux()
authorSimon Glass <sjg@chromium.org>
Thu, 5 Nov 2020 17:33:38 +0000 (10:33 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 4 Dec 2020 21:09:26 +0000 (16:09 -0500)
commitf158ba15ee0f9f756193b60420adfdc0a9c1eb96
tree7fa87c022e1258306c4c5947e661bcf039bfe7e7
parent96434a76fd254248ded19e95dc967d28e65a5edf
bootm: Add tests for fixup_silent_linux()

This function currently has no tests. Export it so that we can implement
a simple test on sandbox. Use IS_ENABLED() to remove the unused code,
instead #ifdef.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/Kconfig
common/bootm.c
include/bootm.h
include/test/suites.h
test/Makefile
test/bootm.c [new file with mode: 0644]
test/cmd_ut.c