]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit06078add182b2c45ab6c84c316aecf9549aeaf14
tree6b86d3ef74e47b4f0633afab8ebb9a42c197d006
parent67b46c73aac6a58693940dd25ecfe711bd59b244
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