From e29efeb0af9a2b8a602e9ff2f9f4b00945eb3f50 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 9 May 2019 08:59:20 +0200 Subject: ARM: Layerscape: TQMLS1046a: unify pbi files This unifies the two different pbi files. With our approach for QSPI booting differences in the pbi files are not necessary: - We do not do execute in place for QSPI, so we do not need different image execution addresses - Setting up the QSPI clock doesn't hurt even for SD boot Signed-off-by: Sascha Hauer --- images/Makefile.layerscape | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'images') diff --git a/images/Makefile.layerscape b/images/Makefile.layerscape index 38e6648729..0f892aeb62 100644 --- a/images/Makefile.layerscape +++ b/images/Makefile.layerscape @@ -48,12 +48,12 @@ $(obj)/barebox-tqmls1046a-2nd.image: $(obj)/start_tqmls1046a.pblb $(obj)/barebox-tqmls1046a-sd.image: $(obj)/start_tqmls1046a.pblb \ $(board)/tqmls1046a/tqmls1046a_rcw_sd_3333_5559.cfg \ - $(board)/tqmls1046a/tqmls1046a_pbi_sd.cfg + $(board)/tqmls1046a/tqmls1046a_pbi.cfg $(call if_changed,lspbl_image) $(obj)/barebox-tqmls1046a-qspi.image: $(obj)/start_tqmls1046a.pblb \ $(board)/tqmls1046a/tqmls1046a_rcw_qspi_3333_5559.cfg \ - $(board)/tqmls1046a/tqmls1046a_pbi_qspi.cfg + $(board)/tqmls1046a/tqmls1046a_pbi.cfg $(call if_changed,lspbl_image) image-$(CONFIG_MACH_TQMLS1046A) += barebox-tqmls1046a-sd.image \ -- cgit v1.2.3