From d3e478ca3d851e552b56c14dee3b3431c4c625ea Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Sun, 6 Dec 2020 22:48:17 +0100 Subject: rpi: image-boot-vfat: remove unused variables The variables HEADER and START were apparently meant to be used as replacements in configs/platform-rpi/config/images/boot-vfat.config, but they are not used nowhere Furthermore, HEADER referenced a non-existent file, START used the non-existing Kconfig symbol IMAGE_BOOT_VFAT_START, and was not layer-aware by using PTXDIST_PLATFORMCONFIGDIR, and start.elf is also already referenced in FILES. Reviewed-by: Michael Olbrich Signed-off-by: Roland Hieber --- configs/platform-rpi/rules/image-boot-vfat.make | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configs/platform-rpi') diff --git a/configs/platform-rpi/rules/image-boot-vfat.make b/configs/platform-rpi/rules/image-boot-vfat.make index dac8939..2e43731 100644 --- a/configs/platform-rpi/rules/image-boot-vfat.make +++ b/configs/platform-rpi/rules/image-boot-vfat.make @@ -36,11 +36,9 @@ endef IMAGE_BOOT_VFAT_ENV := \ FILES="$(call squote_and_comma,$(IMAGE_BOOT_VFAT_DATA))" \ - HEADER=$(PTXDIST_PLATFORMCONFIGDIR)/first32k.bin \ BAREBOX=barebox-image \ BAREBOX_ENV=barebox-default-environment \ - KERNEL=linuximage \ - START=$(PTXDIST_PLATFORMCONFIGDIR)/firmware/$(PTXCONF_IMAGE_BOOT_VFAT_START)_start.elf + KERNEL=linuximage $(IMAGE_BOOT_VFAT_IMAGE): @$(call targetinfo) -- cgit v1.2.3