mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02:00
Correct SPL uses of CMD_NVME
This converts 3 usages of this option to the non-SPL form, since there is no SPL_CMD_NVME defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
"stdout=serial,vidconsole\0" \
|
"stdout=serial,vidconsole\0" \
|
||||||
"stderr=serial,vidconsole\0"
|
"stderr=serial,vidconsole\0"
|
||||||
|
|
||||||
#if CONFIG_IS_ENABLED(CMD_NVME)
|
#if IS_ENABLED(CONFIG_CMD_NVME)
|
||||||
#define BOOT_TARGET_NVME(func) func(NVME, nvme, 0)
|
#define BOOT_TARGET_NVME(func) func(NVME, nvme, 0)
|
||||||
#else
|
#else
|
||||||
#define BOOT_TARGET_NVME(func)
|
#define BOOT_TARGET_NVME(func)
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
#define BOOT_TARGET_MMC(func)
|
#define BOOT_TARGET_MMC(func)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CONFIG_IS_ENABLED(CMD_NVME)
|
#if IS_ENABLED(CONFIG_CMD_NVME)
|
||||||
#define BOOT_TARGET_NVME(func) func(NVME, nvme, 0)
|
#define BOOT_TARGET_NVME(func) func(NVME, nvme, 0)
|
||||||
#else
|
#else
|
||||||
#define BOOT_TARGET_NVME(func)
|
#define BOOT_TARGET_NVME(func)
|
||||||
|
Reference in New Issue
Block a user