mips: ath79: Rename get_bootstrap into ath79_get_bootstrap
[oweals/u-boot.git] / arch / mips / mach-ath79 / reset.c
index a88bcbcfe21e2dbe2f947ca4cabd5972468af559..33bf979ce0025c72a6b5cba43887e6a84e2b134d 100644 (file)
@@ -45,7 +45,7 @@ void _machine_restart(void)
                /* NOP */;
 }
 
-u32 get_bootstrap(void)
+u32 ath79_get_bootstrap(void)
 {
        void __iomem *base;
        u32 reg = 0;