arm/airoha: reset_cpu() does not take any params
According to include/sysreset.h the reset_cpu() function does not take any args Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:

committed by
Tom Rini

parent
a0f6bcd647
commit
592b42aead
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#include <fdtdec.h>
|
#include <fdtdec.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
|
#include <sysreset.h>
|
||||||
#include <asm/armv8/mmu.h>
|
#include <asm/armv8/mmu.h>
|
||||||
#include <asm/system.h>
|
#include <asm/system.h>
|
||||||
|
|
||||||
@@ -21,7 +22,7 @@ int dram_init_banksize(void)
|
|||||||
return fdtdec_setup_memory_banksize();
|
return fdtdec_setup_memory_banksize();
|
||||||
}
|
}
|
||||||
|
|
||||||
void reset_cpu(ulong addr)
|
void reset_cpu(void)
|
||||||
{
|
{
|
||||||
psci_system_reset();
|
psci_system_reset();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user