Skip to content
Snippets Groups Projects
Commit 2d53650a authored by Troy Kisky's avatar Troy Kisky
Browse files

fastboot: use ifdef CONFIG_IS_ENABLED instead of CONFIG_IS_ENABLED

parent f4135b52
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ enum {
#if CONFIG_IS_ENABLED(FASTBOOT_CMD_OEM_FORMAT)
FASTBOOT_COMMAND_OEM_FORMAT,
#endif
#if CONFIG_IS_ENABLED(CONFIG_SUPPORT_EMMC_BOOT)
#ifdef CONFIG_SUPPORT_EMMC_BOOT
FASTBOOT_COMMAND_LOCK_CRITICAL,
FASTBOOT_COMMAND_UNLOCK_CRITICAL,
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment