Re: [PATCH 2/6] board_r: env: Use IS_ENABLED() instead of #ifdefs

2020-05-15 Thread Tom Rini
On Wed, May 06, 2020 at 08:38:43PM +0300, Ovidiu Panait wrote: > Use IS_ENABLED() instead of #ifdef in should_load_env and initr_env > functions. > > No functional change intended. > > Signed-off-by: Ovidiu Panait Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP sign

[PATCH 2/6] board_r: env: Use IS_ENABLED() instead of #ifdefs

2020-05-06 Thread Ovidiu Panait
Use IS_ENABLED() instead of #ifdef in should_load_env and initr_env functions. No functional change intended. Signed-off-by: Ovidiu Panait --- common/board_r.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/common/board_r.c b/common/board_r.c index d