From bb2308ddedff72ec5fe3b1aca4f95797ed98ce6f Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 3 May 2019 12:15:11 +0200 Subject: ARM: Layerscape: TQMLS1046a: Unify SD and eMMC images TQ has unified SD and eMMC images in their U-Boot. Do the same in barebox aswell. Signed-off-by: Sascha Hauer --- images/Makefile.layerscape | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'images') diff --git a/images/Makefile.layerscape b/images/Makefile.layerscape index 47df3777f0..59f672791b 100644 --- a/images/Makefile.layerscape +++ b/images/Makefile.layerscape @@ -45,15 +45,10 @@ $(obj)/barebox-tqmls1046a-sd.image: $(obj)/start_tqmls1046a.pblb \ $(board)/tqmls1046a/tqmls1046a_pbi_sd.cfg $(call if_changed,lspbl_image) -$(obj)/barebox-tqmls1046a-emmc.image: $(obj)/start_tqmls1046a.pblb \ - $(board)/tqmls1046a/tqmls1046a_rcw_emmc_3333_5559.cfg \ - $(board)/tqmls1046a/tqmls1046a_pbi_sd.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 $(call if_changed,lspbl_image) -image-$(CONFIG_MACH_TQMLS1046A) += barebox-tqmls1046a-sd.image barebox-tqmls1046a-emmc.image \ +image-$(CONFIG_MACH_TQMLS1046A) += barebox-tqmls1046a-sd.image \ barebox-tqmls1046a-qspi.image barebox-tqmls1046a-2nd.image -- cgit v1.2.3