spl: fit: add file spl_fit_tb_arm_v7.S

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I59554a339cbad5f03806c6b1007ccf69e03be470
This commit is contained in:
Jason Zhu 2020-09-07 15:31:01 +08:00 committed by Jianhong Chen
parent 2201a451d5
commit fdb19f3978
2 changed files with 10405 additions and 0 deletions

View File

@ -20,7 +20,15 @@ endif
ifdef CONFIG_SPL_BUILD
obj-$(CONFIG_$(SPL_TPL_)BOOTROM_SUPPORT) += spl_bootrom.o
ifdef CONFIG_SPL_KERNEL_BOOT
ifdef CONFIG_ARM64
obj-$(CONFIG_$(SPL_TPL_)LOAD_FIT) += spl_fit.o
else
obj-$(CONFIG_$(SPL_TPL_)LOAD_FIT) += spl_fit_tb_arm_v7.o
endif
else
obj-$(CONFIG_$(SPL_TPL_)LOAD_FIT) += spl_fit.o
endif
obj-$(CONFIG_$(SPL_TPL_)NOR_SUPPORT) += spl_nor.o
obj-$(CONFIG_$(SPL_TPL_)XIP_SUPPORT) += spl_xip.o
obj-$(CONFIG_$(SPL_TPL_)YMODEM_SUPPORT) += spl_ymodem.o

10397
common/spl/spl_fit_tb_arm_v7.S Normal file

File diff suppressed because it is too large Load Diff