mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-27 17:12:03 +00:00
arm: k3: use correct weak function name spl_board_prepare_for_linux
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>
This commit is contained in:
parent
82c829d476
commit
865fdfddce
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ void spl_board_prepare_for_boot(void)
|
||||||
dcache_disable();
|
dcache_disable();
|
||||||
}
|
}
|
||||||
|
|
||||||
void spl_board_prepare_for_boot_linux(void)
|
void spl_board_prepare_for_linux(void)
|
||||||
{
|
{
|
||||||
dcache_disable();
|
dcache_disable();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue