|
@@ -213,7 +213,6 @@ define_machine(p2020_rdb) {
|
|
|
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
|
|
|
#endif
|
|
|
.get_irq = mpic_get_irq,
|
|
|
- .restart = fsl_rstcr_restart,
|
|
|
.calibrate_decr = generic_calibrate_decr,
|
|
|
.progress = udbg_progress,
|
|
|
};
|
|
@@ -228,7 +227,6 @@ define_machine(p1020_rdb) {
|
|
|
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
|
|
|
#endif
|
|
|
.get_irq = mpic_get_irq,
|
|
|
- .restart = fsl_rstcr_restart,
|
|
|
.calibrate_decr = generic_calibrate_decr,
|
|
|
.progress = udbg_progress,
|
|
|
};
|
|
@@ -243,7 +241,6 @@ define_machine(p1021_rdb_pc) {
|
|
|
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
|
|
|
#endif
|
|
|
.get_irq = mpic_get_irq,
|
|
|
- .restart = fsl_rstcr_restart,
|
|
|
.calibrate_decr = generic_calibrate_decr,
|
|
|
.progress = udbg_progress,
|
|
|
};
|
|
@@ -258,7 +255,6 @@ define_machine(p2020_rdb_pc) {
|
|
|
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
|
|
|
#endif
|
|
|
.get_irq = mpic_get_irq,
|
|
|
- .restart = fsl_rstcr_restart,
|
|
|
.calibrate_decr = generic_calibrate_decr,
|
|
|
.progress = udbg_progress,
|
|
|
};
|
|
@@ -273,7 +269,6 @@ define_machine(p1025_rdb) {
|
|
|
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
|
|
|
#endif
|
|
|
.get_irq = mpic_get_irq,
|
|
|
- .restart = fsl_rstcr_restart,
|
|
|
.calibrate_decr = generic_calibrate_decr,
|
|
|
.progress = udbg_progress,
|
|
|
};
|
|
@@ -288,7 +283,6 @@ define_machine(p1020_mbg_pc) {
|
|
|
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
|
|
|
#endif
|
|
|
.get_irq = mpic_get_irq,
|
|
|
- .restart = fsl_rstcr_restart,
|
|
|
.calibrate_decr = generic_calibrate_decr,
|
|
|
.progress = udbg_progress,
|
|
|
};
|
|
@@ -303,7 +297,6 @@ define_machine(p1020_utm_pc) {
|
|
|
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
|
|
|
#endif
|
|
|
.get_irq = mpic_get_irq,
|
|
|
- .restart = fsl_rstcr_restart,
|
|
|
.calibrate_decr = generic_calibrate_decr,
|
|
|
.progress = udbg_progress,
|
|
|
};
|
|
@@ -318,7 +311,6 @@ define_machine(p1020_rdb_pc) {
|
|
|
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
|
|
|
#endif
|
|
|
.get_irq = mpic_get_irq,
|
|
|
- .restart = fsl_rstcr_restart,
|
|
|
.calibrate_decr = generic_calibrate_decr,
|
|
|
.progress = udbg_progress,
|
|
|
};
|
|
@@ -333,7 +325,6 @@ define_machine(p1020_rdb_pd) {
|
|
|
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
|
|
|
#endif
|
|
|
.get_irq = mpic_get_irq,
|
|
|
- .restart = fsl_rstcr_restart,
|
|
|
.calibrate_decr = generic_calibrate_decr,
|
|
|
.progress = udbg_progress,
|
|
|
};
|
|
@@ -348,7 +339,6 @@ define_machine(p1024_rdb) {
|
|
|
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
|
|
|
#endif
|
|
|
.get_irq = mpic_get_irq,
|
|
|
- .restart = fsl_rstcr_restart,
|
|
|
.calibrate_decr = generic_calibrate_decr,
|
|
|
.progress = udbg_progress,
|
|
|
};
|