Re: [PATCH v2 02/12] bootm: Add tests for fixup_silent_linux()

2020-12-07 Thread Tom Rini
On Thu, Nov 05, 2020 at 10:33:38AM -0700, Simon Glass wrote: > 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 Applied to u-boot/next, thanks! --

[PATCH v2 02/12] bootm: Add tests for fixup_silent_linux()

2020-11-05 Thread Simon Glass
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 --- (no changes since v1) arch/Kconfig | 1 + common/bootm.c| 14 +-