From: Simon Glass <sjg@chromium.org>
Date: Sun, 5 Feb 2023 22:36:40 +0000 (-0700)
Subject: Correct SPL uses of CMD_SCSI
X-Git-Tag: v2025.01-rc5-pxa1908~1114^2~91
X-Git-Url: http://git.dujemihanovic.xyz/%22bddb.css/static/%7B%7B%20%24style.RelPermalink%20%7D%7D?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 <sjg@chromium.org>
---

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)