]> Git Repo - u-boot.git/blobdiff - arch/arm/mach-meson/board-common.c
reset: Remove addr parameter from reset_cpu()
[u-boot.git] / arch / arm / mach-meson / board-common.c
index 34b3c8f399dd9a2d37c164745335bc20d753d0e5..1690b6b1e658c983687b5b56134a6efbe86cf1bc 100644 (file)
@@ -167,7 +167,7 @@ int fastboot_set_reboot_flag(enum fastboot_reboot_reason reason)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        struct pt_regs regs;
 
@@ -182,7 +182,7 @@ void reset_cpu(ulong addr)
                ;
 }
 #else
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        psci_system_reset();
 }
This page took 0.025843 seconds and 4 git commands to generate.