imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB
[platform/kernel/u-boot.git] / board / warp7 / warp7.c
index 39ae982..c423e04 100644 (file)
@@ -146,7 +146,7 @@ int board_late_init(void)
         */
        clrsetbits_le16(&wdog->wcr, 0, 0x10);
 
-#ifdef CONFIG_SECURE_BOOT
+#ifdef CONFIG_IMX_HAB
        /* Determine HAB state */
        env_set_ulong(HAB_ENABLED_ENVNAME, imx_hab_is_enabled());
 #else