aboutsummaryrefslogtreecommitdiff
path: root/include/configs/rockchip-common.h
diff options
context:
space:
mode:
authorSimon Glass2023-02-05 15:36:37 -0700
committerTom Rini2023-02-09 16:32:26 -0500
commit96dad8520b9b2f3218c7fdce79dddcfeec08d894 (patch)
tree23f00b14af18d6225e8fb733f9152140df3de05e /include/configs/rockchip-common.h
parentddeac15e016c4ce9992f285c26f7171e7a96a323 (diff)
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>
Diffstat (limited to 'include/configs/rockchip-common.h')
-rw-r--r--include/configs/rockchip-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h
index ae8c2d7718c..210d8c9a268 100644
--- a/include/configs/rockchip-common.h
+++ b/include/configs/rockchip-common.h
@@ -20,7 +20,7 @@
#define BOOT_TARGET_MMC(func)
#endif
-#if CONFIG_IS_ENABLED(CMD_NVME)
+#if IS_ENABLED(CONFIG_CMD_NVME)
#define BOOT_TARGET_NVME(func) func(NVME, nvme, 0)
#else
#define BOOT_TARGET_NVME(func)