commit | caabd244c37557047b306ed60aebdefe9ce13ce0 | [log] [tgz] |
---|---|---|
author | Kory Maincent <kory.maincent@bootlin.com> | Tue Feb 02 16:42:28 2021 +0100 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Feb 03 23:16:36 2021 +0800 |
tree | 6b86d3ef74e47b4f0633afab8ebb9a42c197d006 | |
parent | b9c73496b69fa29a6c259e8ce00e61da7f21705b [diff] |
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>