mirror of
https://xff.cz/git/u-boot/
synced 2025-10-09 20:16:27 +02:00
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>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user