diff options
| author | Shenlin Liang <[email protected]> | 2023-07-28 14:57:44 +0800 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2023-08-09 16:17:53 +0800 |
| commit | 0f621ca9b92098ee08b944c5138e398059fcf6ee (patch) | |
| tree | b4f271dd5fda146061a02c7448eec71217ff76b4 | |
| parent | ef8336e2705fce2502383f25d68188c6b1f94dd0 (diff) | |
arm64: fsl: layerscape: Remove unused functions
Function board_switch_core_volt has not been used since it was
defined
Signed-off-by: Shenlin Liang <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
| -rw-r--r-- | arch/arm/cpu/armv8/fsl-layerscape/soc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/soc.c b/arch/arm/cpu/armv8/fsl-layerscape/soc.c index 577a0b60983..3bfdc3f7743 100644 --- a/arch/arm/cpu/armv8/fsl-layerscape/soc.c +++ b/arch/arm/cpu/armv8/fsl-layerscape/soc.c @@ -575,11 +575,6 @@ int get_core_volt_from_fuse(void) return vdd; } -__weak int board_switch_core_volt(u32 vdd) -{ - return 0; -} - static int setup_core_volt(u32 vdd) { return board_setup_core_volt(vdd); |
