This converts 1 usage of this option to the non-SPL form, since there is no SPL_CMD_VIRTIO defined in Kconfig
Signed-off-by: Simon Glass <s...@chromium.org> --- include/configs/qemu-arm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/qemu-arm.h b/include/configs/qemu-arm.h index 60ac5489ac1..1d4d3f28983 100644 --- a/include/configs/qemu-arm.h +++ b/include/configs/qemu-arm.h @@ -48,7 +48,7 @@ # define BOOT_TARGET_SCSI(func) #endif -#if CONFIG_IS_ENABLED(CMD_VIRTIO) +#if IS_ENABLED(CONFIG_CMD_VIRTIO) # define BOOT_TARGET_VIRTIO(func) func(VIRTIO, virtio, 0) #else # define BOOT_TARGET_VIRTIO(func) -- 2.39.1.456.gfc5497dd1b-goog