From: Simon Glass Date: Sun, 5 Feb 2023 22:36:40 +0000 (-0700) Subject: Correct SPL uses of CMD_SCSI X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=b8ed1a82d0b30e6763d00c361f2f72ed2f73efa2;p=u-boot.git Correct SPL uses of CMD_SCSI This converts 2 usages of this option to the non-SPL form, since there is no SPL_CMD_SCSI defined in Kconfig Signed-off-by: Simon Glass --- diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h index 210d8c9a26..fda9191f6b 100644 --- a/include/configs/rockchip-common.h +++ b/include/configs/rockchip-common.h @@ -26,7 +26,7 @@ #define BOOT_TARGET_NVME(func) #endif -#if CONFIG_IS_ENABLED(CMD_SCSI) +#if IS_ENABLED(CONFIG_CMD_SCSI) #define BOOT_TARGET_SCSI(func) func(SCSI, scsi, 0) #else #define BOOT_TARGET_SCSI(func)