From 32788e685f6b9f6674a7ce02200dcb4735fedd78 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sat, 3 Aug 2019 08:17:29 +0200 Subject: [PATCH] brcm2708: arm8stub is no longer needed MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It's already embedded on latest RPi firmware. Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/image/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/target/linux/brcm2708/image/Makefile b/target/linux/brcm2708/image/Makefile index 50c741b77b..96ea887e88 100644 --- a/target/linux/brcm2708/image/Makefile +++ b/target/linux/brcm2708/image/Makefile @@ -54,10 +54,6 @@ define Build/boot-2711 mcopy -i $@.boot $(KDIR)/fixup4x.dat :: endef -define Build/boot-armstub8 - mcopy -i $@.boot $(KDIR)/armstub8-gic.bin :: -endef - define Build/sdcard-img ./gen_rpi_sdcard_img.sh $@ $@.boot $(IMAGE_ROOTFS) \ $(CONFIG_TARGET_KERNEL_PARTSIZE) $(CONFIG_TARGET_ROOTFS_PARTSIZE) @@ -140,10 +136,9 @@ define Device/rpi-4 DEVICE_PACKAGES := \ brcmfmac-firmware-43455-sdio brcmfmac-firmware-43455-clm_blob \ brcmfmac-firmware-43455-sdio-rpi-4b \ - kmod-brcmfmac wpad-basic \ - brcm27xx-armstub - IMAGE/sysupgrade.img.gz := boot-common | boot-2711 | boot-armstub8 | sdcard-img | gzip | append-metadata - IMAGE/factory.img.gz := boot-common | boot-2711 | boot-armstub8 | sdcard-img | gzip + kmod-brcmfmac wpad-basic + IMAGE/sysupgrade.img.gz := boot-common | boot-2711 | sdcard-img | gzip | append-metadata + IMAGE/factory.img.gz := boot-common | boot-2711 | sdcard-img | gzip BOOT_CONFIG := config-bcm2711-arm64.txt endef ifeq ($(SUBTARGET),bcm2711) -- 2.30.2