diff options
author | Simon Glass <sjg@chromium.org> | 2020-11-05 10:33:38 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-12-04 16:09:26 -0500 |
commit | f158ba15ee0f9f756193b60420adfdc0a9c1eb96 (patch) | |
tree | 7fa87c022e1258306c4c5947e661bcf039bfe7e7 /arch/Kconfig | |
parent | 96434a76fd254248ded19e95dc967d28e65a5edf (diff) | |
download | u-boot-f158ba15ee0f9f756193b60420adfdc0a9c1eb96.tar.gz |
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>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 3aa99e08fc..accd4df5b0 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -146,6 +146,7 @@ config SANDBOX imply ACPI_PMC_SANDBOX imply CMD_PMC imply CMD_CLONE + imply SILENT_CONSOLE config SH bool "SuperH architecture" |