mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-03-18 20:31:03 +01:00
Under single core boot platform, the secondary cores won't enter the u-boot spl. Therefore we move the pl2 driver from u-boot to the Opensbi. Signed-off-by: Nick Hu <nick.hu@sifive.com> Signed-off-by: Jimmy Ho <jimmy.ho@sifive.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
8 lines
275 B
Makefile
8 lines
275 B
Makefile
|
|
obj-$(CONFIG_$(PHASE_)CACHE) += cache-uclass.o
|
|
obj-$(CONFIG_SANDBOX) += sandbox_cache.o
|
|
obj-$(CONFIG_L2X0_CACHE) += cache-l2x0.o
|
|
obj-$(CONFIG_NCORE_CACHE) += cache-ncore.o
|
|
obj-$(CONFIG_ANDES_L2_CACHE) += cache-andes-l2.o
|
|
obj-$(CONFIG_SIFIVE_CCACHE) += cache-sifive-ccache.o
|