]> Git Repo - J-u-boot.git/commit - boot/pxe_utils.c
cmd: pxe_utils: Replace ifdef by IS_ENABLED
authorKory Maincent <[email protected]>
Tue, 2 Feb 2021 15:42:28 +0000 (16:42 +0100)
committerBin Meng <[email protected]>
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
[bmeng: keep the preprocessor case unchanged]
Signed-off-by: Bin Meng <[email protected]>
cmd/pxe_utils.c
This page took 0.034363 seconds and 4 git commands to generate.