Skip to content

Commit 205951f

Browse files
author
Jason Zhu
committed
spl: fit: rename the spl_fit_tb_arm_v7.S
Rename the spl_fit_tb_arm_v7.S as spl_fit_tb_arm32.S Signed-off-by: Jason Zhu <[email protected]> Change-Id: I5d870cee08476127bfae4ab47e2e2f538e708ebb
1 parent eb4d102 commit 205951f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

common/spl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ifdef CONFIG_SPL_KERNEL_BOOT
2828
ifdef CONFIG_ARM64
2929
obj-$(CONFIG_$(SPL_TPL_)LOAD_FIT) += spl_fit.o
3030
else
31-
obj-$(CONFIG_$(SPL_TPL_)LOAD_FIT) += spl_fit_tb_arm_v7.o
31+
obj-$(CONFIG_$(SPL_TPL_)LOAD_FIT) += spl_fit_tb_arm32.o
3232
endif
3333
else
3434
obj-$(CONFIG_$(SPL_TPL_)LOAD_FIT) += spl_fit.o

0 commit comments

Comments
 (0)