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:
82c829d
)
arm: k3: use correct weak function name spl_board_prepare_for_linux
author
Patrick Delaunay
<patrick.delaunay@st.com>
Tue, 7 Jul 2020 12:25:15 +0000
(14:25 +0200)
committer
Lokesh Vutla
<lokeshvutla@ti.com>
Mon, 13 Jul 2020 15:28:34 +0000
(20:58 +0530)
Replace the function spl_board_prepare_for_boot_linux by the correct
name of the weak function spl_board_prepare_for_linux defined in spl.h.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
arch/arm/mach-k3/common.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-k3/common.c
b/arch/arm/mach-k3/common.c
index 9695b2236ecd0a6d34b5292e039ac1746e40779c..63bf0606166622265d0cbc4db4cd402e64e38ab2 100644
(file)
--- a/
arch/arm/mach-k3/common.c
+++ b/
arch/arm/mach-k3/common.c
@@
-440,7
+440,7
@@
void spl_board_prepare_for_boot(void)
dcache_disable();
}
-void spl_board_prepare_for_
boot_
linux(void)
+void spl_board_prepare_for_linux(void)
{
dcache_disable();
}