Skip to content

Commit 865fdfd

Browse files
patrickdelaunaylokeshvutla
authored andcommitted
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 <[email protected]>
1 parent 82c829d commit 865fdfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-k3/common.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ void spl_board_prepare_for_boot(void)
440440
dcache_disable();
441441
}
442442

443-
void spl_board_prepare_for_boot_linux(void)
443+
void spl_board_prepare_for_linux(void)
444444
{
445445
dcache_disable();
446446
}

0 commit comments

Comments
 (0)