projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef8336e
)
arm64: fsl: layerscape: Remove unused functions
author
Shenlin Liang
<liangshenlin@eswincomputing.com>
Fri, 28 Jul 2023 06:57:44 +0000
(14:57 +0800)
committer
Peng Fan
<peng.fan@nxp.com>
Wed, 9 Aug 2023 08:17:53 +0000
(16:17 +0800)
Function board_switch_core_volt has not been used since it was
defined
Signed-off-by: Shenlin Liang <liangshenlin@eswincomputing.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/cpu/armv8/fsl-layerscape/soc.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv8/fsl-layerscape/soc.c
b/arch/arm/cpu/armv8/fsl-layerscape/soc.c
index 577a0b60983c2e1323c7f930d77b0e5035b439eb..3bfdc3f7743110961b96eab0c74c2e2d29d86df5 100644
(file)
--- 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);