Skip to content

Commit

Permalink
mpc85xx: remove calibrate_decr
Browse files Browse the repository at this point in the history
With upstream commit 0aafbdf35c75cbfec82636d01e6dc7950bc1507c , this is
now default. No need to override.

Signed-off-by: Rosen Penev <[email protected]>
Link: openwrt#16345
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
neheb authored and robimarko committed Sep 7, 2024
1 parent 078cade commit 5f3a7f7
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,5 @@ define_machine(br200_wp) {
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
#endif
.get_irq = mpic_get_irq,
.calibrate_decr = generic_calibrate_decr,
.progress = udbg_progress,
};
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,5 @@ define_machine(firebox_t10) {
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
#endif
.get_irq = mpic_get_irq,
.calibrate_decr = generic_calibrate_decr,
.progress = udbg_progress,
};
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,5 @@ define_machine(hiveap_330) {
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
#endif
.get_irq = mpic_get_irq,
.calibrate_decr = generic_calibrate_decr,
.progress = udbg_progress,
};
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,5 @@ define_machine(msm) {
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
#endif
.get_irq = mpic_get_irq,
.calibrate_decr = generic_calibrate_decr,
.progress = udbg_progress,
};
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,5 @@ define_machine(panda) {
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
#endif
.get_irq = mpic_get_irq,
.calibrate_decr = generic_calibrate_decr,
.progress = udbg_progress,
};
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,5 @@ define_machine(red_15w_rev1) {
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
#endif
.get_irq = mpic_get_irq,
.calibrate_decr = generic_calibrate_decr,
.progress = udbg_progress,
};
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,5 @@ define_machine(tl_wdr4900_v1) {
.pcibios_fixup_bus = fsl_pcibios_fixup_bus,
#endif
.get_irq = mpic_get_irq,
.calibrate_decr = generic_calibrate_decr,
.progress = udbg_progress,
};
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,5 @@ define_machine(ws_ap3710i) {
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
#endif
.get_irq = mpic_get_irq,
.calibrate_decr = generic_calibrate_decr,
.progress = udbg_progress,
};
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,5 @@ define_machine(wsap3715i) {
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
#endif
.get_irq = mpic_get_irq,
.calibrate_decr = generic_calibrate_decr,
.progress = udbg_progress,
};
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,5 @@ define_machine(ws_ap3825i) {
.pcibios_fixup_phb = fsl_pcibios_fixup_phb,
#endif
.get_irq = mpic_get_irq,
.calibrate_decr = generic_calibrate_decr,
.progress = udbg_progress,
};

0 comments on commit 5f3a7f7

Please sign in to comment.