]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - arch/mips/mach-mtmips/mt7628/lowlevel_init.S
Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig
[thirdparty/u-boot.git] / arch / mips / mach-mtmips / mt7628 / lowlevel_init.S
index e4a6c03580820c8779c3f48ae480e0e991c6f7a5..83cd8fa9b6b5e8c226d2154730fc784f561d41fc 100644 (file)
@@ -28,7 +28,7 @@
        .set noreorder
 
 LEAF(mips_sram_init)
-#ifndef CONFIG_SKIP_LOWLEVEL_INIT
+#if !CONFIG_IS_ENABLED(SKIP_LOWLEVEL_INIT)
        /* Setup CPU PLL */
        li      t0, DELAY_USEC(1000000)
        li      t1, KSEG1ADDR(SYSCTL_BASE + SYSCTL_ROM_STATUS_REG)
@@ -116,7 +116,7 @@ _cpu_pll_done:
        sub     a1, CONFIG_SYS_DCACHE_LINE_SIZE
        bnez    a1, 3b
         nop
-#endif /* CONFIG_SKIP_LOWLEVEL_INIT */
+#endif /* CONFIG_IS_ENABLED(SKIP_LOWLEVEL_INIT) */
 
        jr      ra
         nop