Re: [PATCH] test: event: Correct usage of IS_ENABLED() macro in test/common/event.c

2025-03-13 Thread Tom Rini
On Wed, 26 Feb 2025 14:31:09 -0600, Tom Rini wrote: > This file was using IS_ENABLED() to test for CONFIG flags but omitted > the CONFIG_ prefix and so did not work as expected. > > Applied to u-boot/next, thanks! [1/1] test: event: Correct usage of IS_ENABLED() macro in test/common/event.c

[PATCH] test: event: Correct usage of IS_ENABLED() macro in test/common/event.c

2025-02-26 Thread Tom Rini
This file was using IS_ENABLED() to test for CONFIG flags but omitted the CONFIG_ prefix and so did not work as expected. Signed-off-by: Tom Rini --- test/common/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/event.c b/test/common/event.c index bfbbf01976