reset: Remove addr parameter from reset_cpu()
authorHarald Seiler <hws@denx.de>
Tue, 15 Dec 2020 15:47:52 +0000 (16:47 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 2 Mar 2021 19:03:02 +0000 (14:03 -0500)
Historically, the reset_cpu() function had an `addr` parameter which was
meant to pass in an address of the reset vector location, where the CPU
should reset to.  This feature is no longer used anywhere in U-Boot as
all reset_cpu() implementations now ignore the passed value.  Generic
code has been added which always calls reset_cpu() with `0` which means
this feature can no longer be used easily anyway.

Over time, many implementations seem to have "misunderstood" the
existence of this parameter as a way to customize/parameterize the reset
(e.g.  COLD vs WARM resets).  As this is not properly supported, the
code will almost always not do what it is intended to (because all
call-sites just call reset_cpu() with 0).

To avoid confusion and to clean up the codebase from unused left-overs
of the past, remove the `addr` parameter entirely.  Code which intends
to support different kinds of resets should be rewritten as a sysreset
driver instead.

This transformation was done with the following coccinelle patch:

    @@
    expression argvalue;
    @@
    - reset_cpu(argvalue)
    + reset_cpu()

    @@
    identifier argname;
    type argtype;
    @@
    - reset_cpu(argtype argname)
    + reset_cpu(void)
    { ... }

Signed-off-by: Harald Seiler <hws@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
134 files changed:
arch/arc/lib/reset.c
arch/arm/cpu/arm920t/ep93xx/cpu.c
arch/arm/cpu/arm920t/imx/timer.c
arch/arm/cpu/arm926ejs/armada100/timer.c
arch/arm/cpu/arm926ejs/mx25/reset.c
arch/arm/cpu/arm926ejs/mx27/reset.c
arch/arm/cpu/arm926ejs/mxs/mxs.c
arch/arm/cpu/arm926ejs/spear/reset.c
arch/arm/cpu/arm946es/cpu.c
arch/arm/cpu/armv7/bcm281xx/reset.c
arch/arm/cpu/armv7/bcmcygnus/reset.c
arch/arm/cpu/armv7/bcmnsp/reset.c
arch/arm/cpu/armv7/ls102xa/cpu.c
arch/arm/cpu/armv7/s5p4418/cpu.c
arch/arm/cpu/armv7/stv0991/reset.c
arch/arm/cpu/armv7m/cpu.c
arch/arm/cpu/armv8/fsl-layerscape/cpu.c
arch/arm/cpu/armv8/s32v234/generic.c
arch/arm/cpu/pxa/pxa2xx.c
arch/arm/cpu/sa1100/cpu.c
arch/arm/lib/interrupts.c
arch/arm/lib/interrupts_m.c
arch/arm/lib/reset.c
arch/arm/mach-at91/arm920t/reset.c
arch/arm/mach-at91/arm926ejs/reset.c
arch/arm/mach-at91/armv7/reset.c
arch/arm/mach-bcm283x/reset.c
arch/arm/mach-davinci/reset.c
arch/arm/mach-exynos/soc.c
arch/arm/mach-imx/imx8m/soc.c
arch/arm/mach-imx/mx7ulp/soc.c
arch/arm/mach-k3/common.c
arch/arm/mach-keystone/ddr3.c
arch/arm/mach-keystone/init.c
arch/arm/mach-kirkwood/cpu.c
arch/arm/mach-lpc32xx/cpu.c
arch/arm/mach-mediatek/mt7622/init.c
arch/arm/mach-mediatek/mt8512/init.c
arch/arm/mach-mediatek/mt8516/init.c
arch/arm/mach-mediatek/mt8518/init.c
arch/arm/mach-meson/board-common.c
arch/arm/mach-mvebu/armada3700/cpu.c
arch/arm/mach-mvebu/armada8k/cpu.c
arch/arm/mach-mvebu/cpu.c
arch/arm/mach-octeontx/cpu.c
arch/arm/mach-octeontx2/cpu.c
arch/arm/mach-omap2/omap5/hwinit.c
arch/arm/mach-omap2/reset.c
arch/arm/mach-orion5x/cpu.c
arch/arm/mach-owl/soc.c
arch/arm/mach-socfpga/include/mach/reset_manager.h
arch/arm/mach-sunxi/board.c
arch/arm/mach-tegra/cmd_enterrcm.c
arch/arm/mach-tegra/pmc.c
arch/arm/mach-uniphier/arm32/psci.c
arch/arm/mach-uniphier/reset.c
arch/arm/mach-zynq/cpu.c
arch/arm/mach-zynqmp-r5/cpu.c
arch/nds32/cpu/n1213/ag101/cpu.c
arch/nds32/lib/interrupts.c
arch/sandbox/cpu/sdl.c
arch/sh/cpu/sh4/cpu.c
arch/sh/cpu/sh4/watchdog.c
arch/x86/cpu/ivybridge/cpu.c
board/BuR/brppt2/board.c
board/abilis/tb100/tb100.c
board/advantech/imx8qm_rom7720_a1/imx8qm_rom7720_a1.c
board/armltd/total_compute/total_compute.c
board/armltd/vexpress/vexpress_common.c
board/armltd/vexpress64/vexpress64.c
board/atmark-techno/armadillo-800eva/armadillo-800eva.c
board/beacon/beacon-rzg2m/beacon-rzg2m.c
board/bosch/shc/board.c
board/broadcom/bcmns2/northstar2.c
board/broadcom/bcmns3/ns3.c
board/broadcom/bcmstb/bcmstb.c
board/cavium/thunderx/thunderx.c
board/compulab/cm_t335/spl.c
board/cortina/presidio-asic/presidio.c
board/freescale/imx8qm_mek/imx8qm_mek.c
board/freescale/imx8qxp_mek/imx8qxp_mek.c
board/freescale/mx6memcal/spl.c
board/ge/b1x5v2/spl.c
board/highbank/highbank.c
board/hisilicon/hikey/hikey.c
board/hisilicon/hikey960/hikey960.c
board/hisilicon/poplar/poplar.c
board/kmc/kzm9g/kzm9g.c
board/liebherr/display5/spl.c
board/phytium/durian/durian.c
board/qualcomm/dragonboard410c/dragonboard410c.c
board/qualcomm/dragonboard820c/dragonboard820c.c
board/renesas/alt/alt.c
board/renesas/alt/alt_spl.c
board/renesas/blanche/blanche.c
board/renesas/condor/condor.c
board/renesas/draak/draak.c
board/renesas/eagle/eagle.c
board/renesas/ebisu/ebisu.c
board/renesas/gose/gose.c
board/renesas/gose/gose_spl.c
board/renesas/grpeach/grpeach.c
board/renesas/koelsch/koelsch.c
board/renesas/koelsch/koelsch_spl.c
board/renesas/lager/lager.c
board/renesas/lager/lager_spl.c
board/renesas/porter/porter.c
board/renesas/porter/porter_spl.c
board/renesas/rcar-common/gen3-spl.c
board/renesas/salvator-x/salvator-x.c
board/renesas/silk/silk.c
board/renesas/silk/silk_spl.c
board/renesas/stout/cpld.c
board/renesas/stout/stout_spl.c
board/siemens/capricorn/board.c
board/synopsys/emsdp/emsdp.c
board/synopsys/iot_devkit/iot_devkit.c
board/technexion/pico-imx6ul/spl.c
board/technexion/pico-imx7d/spl.c
board/toradex/apalis-imx8/apalis-imx8.c
board/toradex/apalis-imx8x/apalis-imx8x.c
board/toradex/apalis_imx6/apalis_imx6.c
board/toradex/colibri-imx8x/colibri-imx8x.c
board/toradex/colibri_imx6/colibri_imx6.c
board/toradex/colibri_imx7/colibri_imx7.c
board/xen/xenguest_arm64/xenguest_arm64.c
board/xilinx/versal/board.c
board/xilinx/zynqmp/zynqmp.c
cmd/tpm_test.c
drivers/sysreset/sysreset-uclass.c
drivers/watchdog/imx_watchdog.c
drivers/watchdog/ulp_wdog.c
include/cpu_func.h
include/sysreset.h

index fbb56ec..b8589d0 100644 (file)
@@ -7,7 +7,7 @@
 #include <common.h>
 #include <cpu_func.h>
 
-__weak void reset_cpu(ulong addr)
+__weak void reset_cpu(void)
 {
        /* Stop debug session here */
        __builtin_arc_brk();
@@ -17,7 +17,7 @@ int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        printf("Resetting the board...\n");
 
-       reset_cpu(0);
+       reset_cpu();
 
        return 0;
 }
index c9ea4e4..3435bdc 100644 (file)
@@ -14,7 +14,7 @@
 #include <asm/io.h>
 
 /* We reset the CPU by generating a 1-->0 transition on DeviceCfg bit 31. */
-extern void reset_cpu(ulong addr)
+extern void reset_cpu(void)
 {
        struct syscon_regs *syscon = (struct syscon_regs *)SYSCON_BASE;
        uint32_t value;
index e9d5577..0cd3a03 100644 (file)
@@ -81,7 +81,7 @@ ulong get_tbclk(void)
 /*
  * Reset the cpu by setting up the watchdog timer and let him time out
  */
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
        /* Disable watchdog and set Time-Out field to 0 */
        WCR = 0x00000000;
index ec73393..6d77ad3 100644 (file)
@@ -142,7 +142,7 @@ int timer_init(void)
  * 2. Write key value to TMP_WSAR reg.
  * 3. Perform write operation.
  */
-void reset_cpu(unsigned long ignored)
+void reset_cpu(void)
 {
        struct armd1mpmu_registers *mpmu =
                (struct armd1mpmu_registers *) ARMD1_MPMU_BASE;
index 38df1c9..7844a99 100644 (file)
@@ -23,7 +23,7 @@
 /*
  * Reset the cpu by setting up the watchdog timer and let it time out
  */
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
        struct wdog_regs *regs = (struct wdog_regs *)IMX_WDT_BASE;
        /* Disable watchdog and set Time-Out field to 0 */
index 320b0a6..496fb30 100644 (file)
@@ -23,7 +23,7 @@
 /*
  * Reset the cpu by setting up the watchdog timer and let it time out
  */
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
        struct wdog_regs *regs = (struct wdog_regs *)IMX_WDT_BASE;
        /* Disable watchdog and set Time-Out field to 0 */
index c936213..344b9b4 100644 (file)
@@ -32,9 +32,9 @@ DECLARE_GLOBAL_DATA_PTR;
 /* Lowlevel init isn't used on i.MX28, so just have a dummy here */
 __weak void lowlevel_init(void) {}
 
-void reset_cpu(ulong ignored) __attribute__((noreturn));
+void reset_cpu(void) __attribute__((noreturn));
 
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
        struct mxs_rtc_regs *rtc_regs =
                (struct mxs_rtc_regs *)MXS_RTC_BASE;
index a316540..97a624e 100644 (file)
@@ -11,7 +11,7 @@
 #include <asm/arch/spr_syscntl.h>
 #include <linux/delay.h>
 
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
        struct syscntl_regs *syscntl_regs_p =
            (struct syscntl_regs *)CONFIG_SPEAR_SYSCNTLBASE;
index fb0ea5e..334bb54 100644 (file)
@@ -56,7 +56,7 @@ static void cache_flush (void)
 
 #ifndef CONFIG_ARCH_INTEGRATOR
 
-__attribute__((noreturn)) void reset_cpu(ulong addr __attribute__((unused)))
+__attribute__((noreturn)) void reset_cpu(void)
 {
        writew(0x0, 0xfffece10);
        writew(0x8, 0xfffece10);
index fda5a95..1491e5c 100644 (file)
@@ -13,7 +13,7 @@
 #define CLKS_SHIFT     20              /* Clock period shift */
 #define LD_SHIFT       0               /* Reload value shift */
 
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
        /*
         * Set WD enable, RST enable,
index 3bfed34..63992fd 100644 (file)
@@ -10,7 +10,7 @@
 #define CRMU_MAIL_BOX1         0x03024028
 #define CRMU_SOFT_RESET_CMD    0xFFFFFFFF
 
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
        /* Send soft reset command via Mailbox. */
        writel(CRMU_SOFT_RESET_CMD, CRMU_MAIL_BOX1);
index 675f99f..a313775 100644 (file)
@@ -9,7 +9,7 @@
 
 #define CRU_RESET_OFFSET       0x1803F184
 
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
        /* Reset the cpu by setting software reset request bit */
        writel(0x1, CRU_RESET_OFFSET);
index f26a5b2..d863c96 100644 (file)
@@ -375,7 +375,7 @@ void smp_kick_all_cpus(void)
 }
 #endif
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        struct watchdog_regs *wdog = (struct watchdog_regs *)WDOG1_BASE_ADDR;
 
index 3c71a37..3baa761 100644 (file)
@@ -88,7 +88,7 @@ int print_cpuinfo(void)
 }
 #endif
 
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
        void *clkpwr_reg = (void *)PHY_BASEADDR_CLKPWR;
        const u32 sw_rst_enb_bitpos = 3;
index fb67de1..77d4477 100644 (file)
@@ -9,7 +9,7 @@
 #include <asm/io.h>
 #include <asm/arch/stv0991_wdru.h>
 #include <linux/delay.h>
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
        puts("System is going to reboot ...\n");
        /*
index 7f827da..6372101 100644 (file)
@@ -47,7 +47,7 @@ int cleanup_before_linux(void)
 /*
  * Perform the low-level reset.
  */
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        /*
         * Perform reset but keep priority group unchanged.
index 3a5bf77..270a72e 100644 (file)
@@ -1231,7 +1231,7 @@ int timer_init(void)
 
 __efi_runtime_data u32 __iomem *rstcr = (u32 *)CONFIG_SYS_FSL_RST_ADDR;
 
-void __efi_runtime reset_cpu(ulong addr)
+void __efi_runtime reset_cpu(void)
 {
 #if defined(CONFIG_ARCH_LX2160A) || defined(CONFIG_ARCH_LX2162A)
        /* clear the RST_REQ_MSK and SW_RST_REQ */
@@ -1260,7 +1260,7 @@ void __efi_runtime EFIAPI efi_reset_system(
        case EFI_RESET_COLD:
        case EFI_RESET_WARM:
        case EFI_RESET_PLATFORM_SPECIFIC:
-               reset_cpu(0);
+               reset_cpu();
                break;
        case EFI_RESET_SHUTDOWN:
                /* Nothing we can do */
index 0fc9885..d1ae10b 100644 (file)
@@ -319,7 +319,7 @@ static char *get_reset_cause(void)
 
 #define SRC_SCR_SW_RST                                 (1<<12)
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        printf("Feature not supported.\n");
 };
index ea91d8a..c7efb67 100644 (file)
@@ -267,9 +267,9 @@ void i2c_clk_enable(void)
        writel(readl(CKEN) | CKEN14_I2C, CKEN);
 }
 
-void __attribute__((weak)) reset_cpu(ulong ignored) __attribute__((noreturn));
+void __attribute__((weak)) reset_cpu(void) __attribute__((noreturn));
 
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
        uint32_t tmp;
 
index 91e100a..6f67f7f 100644 (file)
@@ -55,7 +55,7 @@ static void cache_flush (void)
 #define RSRR   0x00
 #define RCSR   0x04
 
-__attribute__((noreturn)) void reset_cpu(ulong addr __attribute__((unused)))
+__attribute__((noreturn)) void reset_cpu(void)
 {
        /* repeat endlessly */
        while (1) {
index 05bb1a3..6dc27d1 100644 (file)
@@ -53,7 +53,7 @@ int disable_interrupts(void)
 void bad_mode (void)
 {
        panic ("Resetting CPU ...\n");
-       reset_cpu(0);
+       reset_cpu();
 }
 
 static void show_efi_loaded_images(struct pt_regs *regs)
index 2ae1c5b..277854a 100644 (file)
@@ -59,7 +59,7 @@ void dump_regs(struct autosave_regs *regs)
 void bad_mode(void)
 {
        panic("Resetting CPU ...\n");
-       reset_cpu(0);
+       reset_cpu();
 }
 
 void do_hard_fault(struct autosave_regs *autosave_regs)
index 4f1a768..95169ba 100644 (file)
@@ -39,7 +39,7 @@ int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
        disable_interrupts();
 
        reset_misc();
-       reset_cpu(0);
+       reset_cpu();
 
        /*NOTREACHED*/
        return 0;
index d92bc57..91e3751 100644 (file)
@@ -24,7 +24,7 @@ void  __attribute__((weak)) board_reset(void)
        /* true empty function for defining weak symbol */
 }
 
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
        at91_st_t *st = (at91_st_t *) ATMEL_BASE_ST;
 
index 56fbbd9..6acbfa3 100644 (file)
@@ -12,7 +12,7 @@
 #include <asm/arch/at91_rstc.h>
 
 /* Reset the cpu by telling the reset controller to do so */
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
        at91_rstc_t *rstc = (at91_rstc_t *) ATMEL_BASE_RSTC;
 
index 8f4c81d..1ea415e 100644 (file)
@@ -15,7 +15,7 @@
 #include <asm/arch/at91_rstc.h>
 
 /* Reset the cpu by telling the reset controller to do so */
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
        at91_rstc_t *rstc = (at91_rstc_t *)ATMEL_BASE_RSTC;
 
index 2b4ccd4..f13ac0c 100644 (file)
@@ -48,7 +48,7 @@ __reset_cpu(struct bcm2835_wdog_regs *wdog_regs, ulong ticks)
        writel(BCM2835_WDOG_PASSWORD | rstc, &wdog_regs->rstc);
 }
 
-void reset_cpu(ulong ticks)
+void reset_cpu(void)
 {
        struct bcm2835_wdog_regs *regs =
                (struct bcm2835_wdog_regs *)BCM2835_WDOG_PHYSADDR;
index 4e6031a..0d59eb6 100644 (file)
@@ -12,7 +12,7 @@
 #include <asm/arch/timer_defs.h>
 #include <asm/arch/hardware.h>
 
-void reset_cpu(unsigned long a)
+void reset_cpu(void)
 {
        struct davinci_timer *const wdttimer =
                (struct davinci_timer *)DAVINCI_WDOG_BASE;
index 810fa34..a07c87a 100644 (file)
@@ -20,7 +20,7 @@ extern void _main(void);
 void *secondary_boot_addr = (void *)_main;
 #endif /* CONFIG_TARGET_ESPRESSO7420 */
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 #ifdef CONFIG_CPU_V7A
        writel(0x1, samsung_get_base_swreset());
index 5456c10..2041599 100644 (file)
@@ -910,7 +910,7 @@ usb_modify_speed:
 #endif
 
 #if !CONFIG_IS_ENABLED(SYSRESET)
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        struct watchdog_regs *wdog = (struct watchdog_regs *)WDOG1_BASE_ADDR;
 
index 8dd6b4d..320f24d 100644 (file)
@@ -197,7 +197,7 @@ void s_init(void)
 #endif
 
 #ifndef CONFIG_ULP_WATCHDOG
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        setbits_le32(SIM0_RBASE, SIM_SOPT1_A7_SW_RESET);
        while (1)
index 4fbf148..9191f68 100644 (file)
@@ -320,7 +320,7 @@ int fdt_disable_node(void *blob, char *node_path)
 #endif
 
 #ifndef CONFIG_SYSRESET
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
 }
 #endif
index 7dea600..9ee3284 100644 (file)
@@ -345,7 +345,7 @@ void ddr3_check_ecc_int(u32 base)
 
                if (!ecc_test) {
                        puts("Reseting the device ...\n");
-                       reset_cpu(0);
+                       reset_cpu();
                }
        }
 
@@ -445,7 +445,7 @@ void ddr3_err_reset_workaround(void)
                tmp &= ~KS2_RSTYPE_PLL_SOFT;
                __raw_writel(tmp, KS2_RSTCTRL_RSCFG);
 
-               reset_cpu(0);
+               reset_cpu();
        }
 }
 #endif
index 4950f14..5b95f60 100644 (file)
@@ -192,7 +192,7 @@ int arch_cpu_init(void)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        volatile u32 *rstctrl = (volatile u32 *)(KS2_RSTCTRL);
        u32 tmp;
index 551c22a..9c818fa 100644 (file)
@@ -19,7 +19,7 @@
 #include <asm/arch/soc.h>
 #include <mvebu_mmc.h>
 
-void reset_cpu(unsigned long ignored)
+void reset_cpu(void)
 {
        struct kwcpu_registers *cpureg =
            (struct kwcpu_registers *)KW_CPU_REG_BASE;
index 7378192..c2586d0 100644 (file)
@@ -17,7 +17,7 @@
 static struct clk_pm_regs *clk = (struct clk_pm_regs *)CLK_PM_BASE;
 static struct wdt_regs  *wdt = (struct wdt_regs *)WDT_BASE;
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        /* Enable watchdog clock */
        setbits_le32(&clk->timclk_ctrl, CLK_TIMCLK_WATCHDOG);
index 7f6ce80..e501907 100644 (file)
@@ -27,7 +27,7 @@ int dram_init(void)
 
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        psci_system_reset();
 }
index c14e7d2..b7050df 100644 (file)
@@ -43,7 +43,7 @@ int dram_init_banksize(void)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        struct udevice *watchdog_dev = NULL;
 
index 3771152..3460dcc 100644 (file)
@@ -85,7 +85,7 @@ int mtk_soc_early_init(void)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        psci_system_reset();
 }
index 28b00c3..f7e03de 100644 (file)
@@ -42,7 +42,7 @@ int dram_init_banksize(void)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        psci_system_reset();
 }
index 34b3c8f..1690b6b 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();
 }
index 70f76c7..0cf60d7 100644 (file)
@@ -314,7 +314,7 @@ int a3700_fdt_fix_pcie_regions(void *blob)
        return fdt_setprop_inplace(blob, node, "ranges", new_ranges, len);
 }
 
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
        /*
         * Write magic number of 0x1d1e to North Bridge Warm Reset register
index 529dac9..474327a 100644 (file)
@@ -104,7 +104,7 @@ void enable_caches(void)
        dcache_enable();
 }
 
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
        u32 reg;
 
index 7dce11e..0b935c4 100644 (file)
@@ -42,7 +42,7 @@ void lowlevel_init(void)
         */
 }
 
-void reset_cpu(unsigned long ignored)
+void reset_cpu(void)
 {
        struct mvebu_system_registers *reg =
                (struct mvebu_system_registers *)MVEBU_SYSTEM_REG_BASE;
index ce5f2b4..7bd74fe 100644 (file)
@@ -72,6 +72,6 @@ u64 get_page_table_size(void)
        return 0x80000;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
index 8786815..afa458c 100644 (file)
@@ -68,6 +68,6 @@ u64 get_page_table_size(void)
        return 0x80000;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
index 47ac865..edab9a9 100644 (file)
@@ -417,7 +417,7 @@ void omap_die_id(unsigned int *die_id)
        die_id[3] = readl((*ctrl)->control_std_fuse_die_id_3);
 }
 
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
        u32 omap_rev = omap_revision();
 
index 2bbd5fc..1fd79c2 100644 (file)
@@ -14,7 +14,7 @@
 #include <asm/arch/cpu.h>
 #include <linux/compiler.h>
 
-void __weak reset_cpu(unsigned long ignored)
+void __weak reset_cpu(void)
 {
        writel(PRM_RSTCTRL_RESET, PRM_RSTCTRL);
 }
index beae7b8..ffae9a0 100644 (file)
@@ -20,7 +20,7 @@
 
 #define BUFLEN 16
 
-void reset_cpu(unsigned long ignored)
+void reset_cpu(void)
 {
        struct orion5x_cpu_registers *cpureg =
            (struct orion5x_cpu_registers *)ORION5X_CPU_REG_BASE;
index 4d2b9d0..4baef2e 100644 (file)
@@ -74,7 +74,7 @@ int board_init(void)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        psci_system_reset();
 }
index 7844ad1..e1e46cb 100644 (file)
@@ -8,7 +8,7 @@
 
 phys_addr_t socfpga_get_rstmgr_addr(void);
 
-void reset_cpu(ulong addr);
+void reset_cpu(void);
 
 void socfpga_per_reset(u32 reset, int set);
 void socfpga_per_reset_all(void);
index fa2b6fc..503538e 100644 (file)
@@ -338,7 +338,7 @@ void board_init_f(ulong dummy)
 }
 #endif
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 #if defined(CONFIG_SUNXI_GEN_SUN4I) || defined(CONFIG_MACH_SUN8I_R40)
        static const struct sunxi_wdog *wdog =
index 25df31a..92ff6cb 100644 (file)
@@ -40,7 +40,7 @@ static int do_enterrcm(struct cmd_tbl *cmdtp, int flag, int argc,
 
        tegra_pmc_writel(2, PMC_SCRATCH0);
        disable_interrupts();
-       reset_cpu(0);
+       reset_cpu();
 
        return 0;
 }
index 93db63e..8d617be 100644 (file)
@@ -85,7 +85,7 @@ void tegra_pmc_writel(u32 value, unsigned long offset)
        writel(value, NV_PA_PMC_BASE + offset);
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        u32 value;
 
index a4d260a..fbb6ebc 100644 (file)
@@ -158,5 +158,5 @@ s32 __secure psci_cpu_on(u32 function_id, u32 cpuid, u32 entry_point,
 
 void __secure psci_system_reset(void)
 {
-       reset_cpu(0);
+       reset_cpu();
 }
index 5fffd23..dddb48e 100644 (file)
@@ -18,7 +18,7 @@
 #define __SECURE
 #endif
 
-void __SECURE reset_cpu(unsigned long ignored)
+void __SECURE reset_cpu(void)
 {
        u32 tmp;
 
index 3befc12..69b818f 100644 (file)
@@ -78,7 +78,7 @@ unsigned int zynq_get_silicon_version(void)
                                                >> ZYNQ_SILICON_VER_SHIFT;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        zynq_slcr_cpu_reset();
        while (1)
index d841c3a..0d36844 100644 (file)
@@ -30,7 +30,7 @@ int arch_cpu_init(void)
 /*
  * Perform the low-level reset.
  */
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        while (1)
                ;
index 9d99c83..91c3574 100644 (file)
@@ -46,7 +46,7 @@ int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
        /*
         * reset to the base addr of andesboot.
         * currently no ROM loader at addr 0.
-        * do not use reset_cpu(0);
+        * do not use reset_cpu();
         */
 #ifdef CONFIG_FTWDT010_WATCHDOG
        /*
index 1481e05..0ec72d1 100644 (file)
@@ -66,7 +66,7 @@ int disable_interrupts(void)
 void bad_mode(void)
 {
        panic("Resetting CPU ...\n");
-       reset_cpu(0);
+       reset_cpu();
 }
 
 void show_regs(struct pt_regs *regs)
index d4dab36..8102649 100644 (file)
@@ -69,14 +69,14 @@ static void sandbox_sdl_poll_events(void)
         * We don't want to include common.h in this file since it uses
         * system headers. So add a declation here.
         */
-       extern void reset_cpu(unsigned long addr);
+       extern void reset_cpu(void);
        SDL_Event event;
 
        while (SDL_PollEvent(&event)) {
                switch (event.type) {
                case SDL_QUIT:
                        puts("LCD window closed - quitting\n");
-                       reset_cpu(1);
+                       reset_cpu();
                        break;
                }
        }
index 801102f..1b2f50d 100644 (file)
@@ -32,7 +32,7 @@ int cleanup_before_linux (void)
 int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        disable_interrupts();
-       reset_cpu(0);
+       reset_cpu();
        return 0;
 }
 
index 1de32cd..bf403d3 100644 (file)
@@ -51,7 +51,7 @@ int watchdog_disable(void)
 }
 #endif
 
-void reset_cpu(unsigned long ignored)
+void reset_cpu(void)
 {
        /* Address error with SR.BL=1 first. */
        trigger_address_error();
index bddba3e..a02f4f9 100644 (file)
@@ -143,7 +143,7 @@ int checkcpu(void)
 
                /* System is not happy after keyboard reset... */
                debug("Issuing CF9 warm reset\n");
-               reset_cpu(0);
+               reset_cpu();
        }
 
        ret = cpu_common_init();
index e6eb403..ee006f0 100644 (file)
@@ -540,7 +540,7 @@ void board_init_f(ulong dummy)
        spl_dram_init();
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
 #endif /* CONFIG_SPL_BUILD */
index 52dc5b8..89e7322 100644 (file)
@@ -9,7 +9,7 @@
 #include <netdev.h>
 #include <asm/io.h>
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 #define CRM_SWRESET    0xff101044
        writel(0x1, (void *)CRM_SWRESET);
index 8492e76..ace18b2 100644 (file)
@@ -115,7 +115,7 @@ int board_init(void)
 /*
  * Board specific reset that is system reset.
  */
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        /* TODO */
 }
index 01c65e4..b7eaab0 100644 (file)
@@ -63,6 +63,6 @@ int dram_init_banksize(void)
 }
 
 /* Nothing to be done here as handled by PSCI interface */
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
index df4cbd3..ba3278a 100644 (file)
@@ -174,7 +174,7 @@ int v2m_cfg_write(u32 devfn, u32 data)
 }
 
 /* Use the ARM Watchdog System to cause reset */
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        if (v2m_cfg_write(SYS_CFG_REBOOT | SYS_CFG_SITE_MB, 0))
                printf("Unable to reboot\n");
index 9d29490..2e42602 100644 (file)
@@ -143,7 +143,7 @@ void *board_fdt_blob_setup(void)
 #endif
 
 /* Actual reset is done via PSCI. */
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
 
index 1bae283..c1c3dfd 100644 (file)
@@ -322,6 +322,6 @@ int board_late_init(void)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
index c343de5..0c7f8e5 100644 (file)
@@ -47,7 +47,7 @@ int dram_init_banksize(void)
 #define RST_CA57RESCNT (RST_BASE + 0x40)
 #define RST_CODE       0xA5A5000F
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        writel(RST_CODE, RST_CA57RESCNT);
 }
index bfce291..e893781 100644 (file)
@@ -486,7 +486,7 @@ static void bosch_check_reset_pin(void)
                printf("Resetting ...\n");
                writel(RESET_MASK, GPIO1_BASE + OMAP_GPIO_IRQSTATUS_SET_0);
                disable_interrupts();
-               reset_cpu(0);
+               reset_cpu();
                /*NOTREACHED*/
        }
 }
index 494e457..ee586d5 100644 (file)
@@ -57,7 +57,7 @@ int dram_init_banksize(void)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        psci_system_reset();
 }
index 8e6b006..758a358 100644 (file)
@@ -185,7 +185,7 @@ ulong board_get_usable_ram_top(ulong total_size)
        return BCM_NS3_MEM_END;
 }
 
-void reset_cpu(ulong level)
+void reset_cpu(void)
 {
        /* Perform a level 3 reset */
        psci_system_reset2(3, 0);
index f6bdf1f..ee0a341 100644 (file)
@@ -43,7 +43,7 @@ u32 get_board_rev(void)
        return 0;
 }
 
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
 }
 
index b09f72c..a7dc5c6 100644 (file)
@@ -110,7 +110,7 @@ int dram_init(void)
 /*
  * Board specific reset that is system reset.
  */
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
 
index 8662632..33264df 100644 (file)
@@ -96,7 +96,7 @@ static void probe_sdram_size(long size)
                break;
        default:
                puts("Failed configuring DRAM, resetting...\n\n");
-               reset_cpu(0);
+               reset_cpu();
        }
        debug("%s: setting DRAM size to %ldM\n", __func__, size >> 20);
        config_ddr(303, &ioregs, &ddr3_data,
index 5c73522..f344622 100644 (file)
@@ -115,7 +115,7 @@ int dram_init(void)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        invoke_psci_fn_smc(PSCI_0_2_FN_SYSTEM_RESET, 0, 0, 0);
 }
index c677220..682099a 100644 (file)
@@ -105,7 +105,7 @@ int board_init(void)
 /*
  * Board specific reset that is system reset.
  */
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        /* TODO */
 }
index 7179823..21cfa14 100644 (file)
@@ -129,7 +129,7 @@ int board_init(void)
 /*
  * Board specific reset that is system reset.
  */
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        /* TODO */
 }
index c82b532..61d0ca3 100644 (file)
@@ -425,7 +425,7 @@ void board_init_f(ulong dummy)
                    is_cpu_type(MXC_CPU_MX6SL)) {
                        printf("cpu type 0x%x doesn't support 64-bit bus\n",
                               get_cpu_type());
-                       reset_cpu(0);
+                       reset_cpu();
                }
        }
 #ifdef CONFIG_MX6SL
index 2e6f905..52c80f7 100644 (file)
@@ -436,7 +436,7 @@ static int get_boardmem_size(struct spi_flash *spi)
        return 1024;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
 
index a790d45..906bd9b 100644 (file)
@@ -128,7 +128,7 @@ static int is_highbank(void)
        return (midr & 0xfff0) == 0xc090;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        writel(HB_PWR_HARD_RESET, HB_SREG_A9_PWR_REQ);
        if (is_highbank())
index afe324c..c9a2d60 100644 (file)
@@ -486,7 +486,7 @@ int dram_init_banksize(void)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        writel(0x48698284, &ao_sc->stat0);
        wfi();
index 62073aa..f41fabb 100644 (file)
@@ -185,7 +185,7 @@ int board_init(void)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        psci_system_reset();
 }
index fda9a34..6cc79d9 100644 (file)
@@ -60,7 +60,7 @@ int checkboard(void)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        psci_system_reset();
 }
index 02c87a0..dccf469 100644 (file)
@@ -366,7 +366,7 @@ int board_eth_init(struct bd_info *bis)
        return ret;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        /* Soft Power On Reset */
        writel((1 << 31), RESCNT2);
index b8658c8..39f70f5 100644 (file)
@@ -376,7 +376,7 @@ void board_boot_order(u32 *spl_boot_list)
 #endif
 }
 
-void reset_cpu(ulong addr) {}
+void reset_cpu(void) {}
 
 #ifdef CONFIG_SPL_LOAD_FIT
 int board_fit_config_name_match(const char *name)
index 8a82a45..ef13f7c 100644 (file)
@@ -42,7 +42,7 @@ int board_init(void)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        struct arm_smccc_res res;
 
index 646013c..0d282de 100644 (file)
@@ -203,7 +203,7 @@ int ft_board_setup(void *blob, struct bd_info *bd)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        psci_system_reset();
 }
index 877e34c..4ccb1a0 100644 (file)
@@ -127,7 +127,7 @@ int board_init(void)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        psci_system_reset();
 }
index 854c476..3b60afc 100644 (file)
@@ -111,7 +111,7 @@ int board_phy_config(struct phy_device *phydev)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        struct udevice *dev;
        const u8 pmic_bus = 7;
index 2de236f..cdaa04e 100644 (file)
@@ -408,6 +408,6 @@ void board_boot_order(u32 *spl_boot_list)
        spl_boot_list[2] = BOOT_DEVICE_NONE;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
index 9671382..a365269 100644 (file)
@@ -360,7 +360,7 @@ int dram_init_banksize(void)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        struct udevice *dev;
        const u8 pmic_bus = 6;
index 4454061..e930de3 100644 (file)
@@ -34,7 +34,7 @@ int board_init(void)
 #define RST_CA57_CODE  0xA5A5000F
 #define RST_CA53_CODE  0x5A5A000F
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        unsigned long midr, cputype;
 
index ffd52eb..1d76f95 100644 (file)
@@ -75,7 +75,7 @@ int board_init(void)
 #define RST_CA53RESCNT (RST_BASE + 0x44)
 #define RST_CA53_CODE  0x5A5A000F
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        writel(RST_CA53_CODE, RST_CA53RESCNT);
 }
index f9e553f..bb32e3d 100644 (file)
@@ -78,7 +78,7 @@ int board_init(void)
 #define RST_CA57_CODE  0xA5A5000F
 #define RST_CA53_CODE  0x5A5A000F
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        unsigned long midr, cputype;
 
index 82cd2a5..9d4af8d 100644 (file)
@@ -42,7 +42,7 @@ int board_init(void)
 #define RST_CA53RESCNT (RST_BASE + 0x44)
 #define RST_CA53_CODE  0x5A5A000F
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        writel(RST_CA53_CODE, RST_CA53RESCNT);
 }
index 56cdc73..51768c3 100644 (file)
@@ -117,7 +117,7 @@ int board_phy_config(struct phy_device *phydev)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        struct udevice *dev;
        const u8 pmic_bus = 6;
index 624ba5d..c0bf720 100644 (file)
@@ -405,6 +405,6 @@ void board_boot_order(u32 *spl_boot_list)
        spl_boot_list[2] = BOOT_DEVICE_NONE;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
index ac989eb..199ec4a 100644 (file)
@@ -40,7 +40,7 @@ int dram_init_banksize(void)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        /* Dummy read (must read WRCSR:WOVF at least once before clearing) */
        readb(RZA1_WDT_BASE + WRCSR);
index b0a66ea..7e94bd8 100644 (file)
@@ -119,7 +119,7 @@ int board_phy_config(struct phy_device *phydev)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        struct udevice *dev;
        const u8 pmic_bus = 6;
index 449bbfa..b377f70 100644 (file)
@@ -407,6 +407,6 @@ void board_boot_order(u32 *spl_boot_list)
        spl_boot_list[2] = BOOT_DEVICE_NONE;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
index add4eef..87c5e01 100644 (file)
@@ -128,7 +128,7 @@ int board_phy_config(struct phy_device *phydev)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        struct udevice *dev;
        const u8 pmic_bus = 2;
index 1ca857c..d3d397e 100644 (file)
@@ -393,6 +393,6 @@ void board_boot_order(u32 *spl_boot_list)
        spl_boot_list[2] = BOOT_DEVICE_NONE;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
index b3e4c08..b0f8505 100644 (file)
@@ -117,7 +117,7 @@ int board_phy_config(struct phy_device *phydev)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        struct udevice *dev;
        const u8 pmic_bus = 6;
index f10c6cf..8595770 100644 (file)
@@ -488,6 +488,6 @@ void board_boot_order(u32 *spl_boot_list)
        spl_boot_list[2] = BOOT_DEVICE_NONE;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
index fd6e505..b02a946 100644 (file)
@@ -55,6 +55,6 @@ void s_init(void)
 {
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
index 08ed725..071076a 100644 (file)
@@ -76,7 +76,7 @@ int board_init(void)
 #define RST_RSTOUTCR   (RST_BASE + 0x58)
 #define RST_CODE       0xA5A5000F
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 #if defined(CONFIG_SYS_I2C) && defined(CONFIG_SYS_I2C_SH)
        i2c_reg_write(CONFIG_SYS_I2C_POWERIC_ADDR, 0x20, 0x80);
index 05af5f4..4558070 100644 (file)
@@ -112,7 +112,7 @@ int board_phy_config(struct phy_device *phydev)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        struct udevice *dev;
        const u8 pmic_bus = 1;
index f10f84a..afb9f85 100644 (file)
@@ -422,6 +422,6 @@ void board_boot_order(u32 *spl_boot_list)
        spl_boot_list[2] = BOOT_DEVICE_NONE;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
index b56ed17..ac8048c 100644 (file)
@@ -163,7 +163,7 @@ U_BOOT_CMD(
        "cpld write addr val\n"
 );
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        cpld_write(CPLD_ADDR_RESET, 1);
 }
index 57c1fab..c37c055 100644 (file)
@@ -474,6 +474,6 @@ void board_boot_order(u32 *spl_boot_list)
        spl_boot_list[2] = BOOT_DEVICE_NONE;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
index 56973a1..dcbab8e 100644 (file)
@@ -232,7 +232,7 @@ static int setup_fec(void)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
 
index 997120e..a3cee23 100644 (file)
@@ -98,7 +98,7 @@ int board_early_init_r(void)
 /* Bits in CREG_BOOT register */
 #define CREG_BOOT_WP_BIT       BIT(8)
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        writel(1, CREG_IP_SW_RESET);
        while (1)
index c605136..650958f 100644 (file)
@@ -151,7 +151,7 @@ int mach_cpu_init(void)
 
 #define IOTDK_RESET_SEQ                0x55AA6699
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        writel(IOTDK_RESET_SEQ, RESET_REG);
 }
index 3807779..251f5a1 100644 (file)
@@ -147,7 +147,7 @@ void board_init_f(ulong dummy)
        board_init_r(NULL, 0);
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
 
index bed0f21..df5f058 100644 (file)
@@ -127,7 +127,7 @@ void board_init_f(ulong dummy)
        board_init_r(NULL, 0);
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
 
index 76faa6e..04877fc 100644 (file)
@@ -117,7 +117,7 @@ int board_init(void)
 /*
  * Board specific reset that is system reset.
  */
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        /* TODO */
 }
index b6f3bdd..ac3bac6 100644 (file)
@@ -127,7 +127,7 @@ int board_init(void)
 /*
  * Board specific reset that is system reset.
  */
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        /* TODO */
 }
index 0c857b5..74060da 100644 (file)
@@ -1139,7 +1139,7 @@ int board_fit_config_name_match(const char *name)
 }
 #endif
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
 
index 562199a..169d4d0 100644 (file)
@@ -129,7 +129,7 @@ int board_init(void)
 /*
  * Board specific reset that is system reset.
  */
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        /* TODO */
 }
index 74d59e5..c0e7754 100644 (file)
@@ -1081,7 +1081,7 @@ void board_init_f(ulong dummy)
        board_init_r(NULL, 0);
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
 
index 8f7ef99..301b07d 100644 (file)
@@ -237,7 +237,7 @@ int power_init_board(void)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        struct udevice *dev;
 
index 7d0d782..21363d8 100644 (file)
@@ -171,7 +171,7 @@ int dram_init_banksize(void)
 /*
  * Board specific reset that is system reset.
  */
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
 
index c644fe8..e2f9d13 100644 (file)
@@ -242,6 +242,6 @@ int dram_init(void)
        return 0;
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
index 4466717..23c12f4 100644 (file)
@@ -436,7 +436,7 @@ int dram_init(void)
 }
 #endif
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
 }
 
index ebfb25c..3fb964c 100644 (file)
@@ -146,7 +146,7 @@ static int test_enable(struct udevice *dev)
 
 #define reboot() do { \
        printf("\trebooting...\n"); \
-       reset_cpu(0); \
+       reset_cpu(); \
 } while (0)
 
 static int test_fast_enable(struct udevice *dev)
index a9908eb..2503b25 100644 (file)
@@ -113,7 +113,7 @@ void sysreset_walk_halt(enum sysreset_t type)
 /**
  * reset_cpu() - calls sysreset_walk(SYSRESET_WARM)
  */
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        sysreset_walk_halt(SYSRESET_WARM);
 }
index 5e0a096..3586246 100644 (file)
@@ -44,7 +44,7 @@ static void imx_watchdog_expire_now(struct watchdog_regs *wdog, bool ext_reset)
 
 #if !defined(CONFIG_IMX_WATCHDOG) || \
     (defined(CONFIG_IMX_WATCHDOG) && !CONFIG_IS_ENABLED(WDT))
-void __attribute__((weak)) reset_cpu(ulong addr)
+void __attribute__((weak)) reset_cpu(void)
 {
        struct watchdog_regs *wdog = (struct watchdog_regs *)WDOG1_BASE_ADDR;
 
index 7533fc6..6f63b11 100644 (file)
@@ -77,7 +77,7 @@ void hw_watchdog_init(void)
        hw_watchdog_reset();
 }
 
-void reset_cpu(ulong addr)
+void reset_cpu(void)
 {
        struct wdog_regs *wdog = (struct wdog_regs *)WDOG_BASE_ADDR;
 
index 8aa825d..c3a66f0 100644 (file)
@@ -84,6 +84,6 @@ enum {
  */
 int cleanup_before_linux_select(int flags);
 
-void reset_cpu(ulong addr);
-;
+void reset_cpu(void);
+
 #endif
index 8bb094d..701e4f5 100644 (file)
@@ -116,6 +116,6 @@ void sysreset_walk_halt(enum sysreset_t type);
 /**
  * reset_cpu() - calls sysreset_walk(SYSRESET_WARM)
  */
-void reset_cpu(ulong addr);
+void reset_cpu(void);
 
 #endif