From: Shenlin Liang Date: Fri, 28 Jul 2023 06:57:44 +0000 (+0800) Subject: arm64: fsl: layerscape: Remove unused functions X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~45^2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=edf8ce423a53c72dd81650c502ca7ef69e2dfb55;p=uboot.git arm64: fsl: layerscape: Remove unused functions Function board_switch_core_volt has not been used since it was defined Signed-off-by: Shenlin Liang Signed-off-by: Peng Fan --- diff --git a/arch/arm/cpu/armv8/fsl-layerscape/soc.c b/arch/arm/cpu/armv8/fsl-layerscape/soc.c index 577a0b6098..3bfdc3f774 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);