ARM: socfpga: use CPU_METHOD_OF_DECLARE for socfpga_cyclone5
Convert cyclone5/arria5 to use CPU_METHOD_OF_DECLARE for smp operations. Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com> Signed-off-by: Kevin Hilman <khilman@linaro.org>
This commit is contained in:

committed by
Kevin Hilman

parent
122694a0c7
commit
5f763ef80d
@@ -78,7 +78,6 @@ static const char *altera_dt_match[] = {
|
||||
DT_MACHINE_START(SOCFPGA, "Altera SOCFPGA")
|
||||
.l2c_aux_val = 0,
|
||||
.l2c_aux_mask = ~0,
|
||||
.smp = smp_ops(socfpga_smp_ops),
|
||||
.init_irq = socfpga_init_irq,
|
||||
.restart = socfpga_cyclone5_restart,
|
||||
.dt_compat = altera_dt_match,
|
||||
|
Reference in New Issue
Block a user