Re: [PATCH 2/4] log: Drop #ifdef in log_test

2020-10-11 Thread Tom Rini
On Sat, Sep 12, 2020 at 12:28:48PM -0600, Simon Glass wrote: > This is not needed as the Makefile only builds the file if CONFIG_LOG_TEST > is enabled. Drop it. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 2/4] log: Drop #ifdef in log_test

2020-09-12 Thread Simon Glass
This is not needed as the Makefile only builds the file if CONFIG_LOG_TEST is enabled. Drop it. Signed-off-by: Simon Glass --- test/log/log_test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/log/log_test.c b/test/log/log_test.c index 4245372d65f..fdee5e6757f 100644 --- a/test/log/