]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - arch/nds32/cpu/n1213/ae3xx/lowlevel_init.S
Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig
[thirdparty/u-boot.git] / arch / nds32 / cpu / n1213 / ae3xx / lowlevel_init.S
index 507d79e77b8b98635210de385806474f18eef05f..25ec185d69d757ab3d5b0d85e911f640a38d0288 100644 (file)
@@ -94,7 +94,7 @@ mem_init:
        move      $lp, $r11
        ret
 
-#ifndef CONFIG_SKIP_LOWLEVEL_INIT
+#if !CONFIG_IS_ENABLED(SKIP_LOWLEVEL_INIT)
 .globl lowlevel_init
 lowlevel_init:
        move    $r10, $lp
@@ -144,4 +144,4 @@ enable_fpu:
        ret
 #endif
 
-#endif /* #ifndef CONFIG_SKIP_LOWLEVEL_INIT */
+#endif /* #if !CONFIG_IS_ENABLED(SKIP_LOWLEVEL_INIT) */