cmd: pxe_utils: Replace ifdef by IS_ENABLED
authorKory Maincent <kory.maincent@bootlin.com>
Tue, 2 Feb 2021 15:42:28 +0000 (16:42 +0100)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 3 Feb 2021 15:16:36 +0000 (23:16 +0800)
commitff0287ec28504f2c1230739a71b6139cd45d34de
tree6b86d3ef74e47b4f0633afab8ebb9a42c197d006
parentd3a3d44fe2c1ca1710fb4599504332675c0ce966
cmd: pxe_utils: Replace ifdef by IS_ENABLED

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 <kory.maincent@bootlin.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
[bmeng: keep the preprocessor case unchanged]
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
cmd/pxe_utils.c