Re: [PATCH v4 3/3] pxe_utils: clean-up, replace ifdef by IS_ENABLED

2021-02-02 Thread Bin Meng
Hi Kory, On Tue, Feb 2, 2021 at 7:56 PM Kory Maincent wrote: > > Replace all the macro ifdef by IS_ENABLED. > All of these configs are set in the defconfig files and not in the > include board headers files. > > Signed-off-by: Kory Maincent > --- > cmd/pxe_utils.c | 12 ++-- > 1 file ch

[PATCH v4 3/3] pxe_utils: clean-up, replace ifdef by IS_ENABLED

2021-02-02 Thread Kory Maincent
Replace all the macro ifdef by IS_ENABLED. All of these configs are set in the defconfig files and not in the include board headers files. Signed-off-by: Kory Maincent --- cmd/pxe_utils.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/pxe_utils.c b/cmd/pxe_u