diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2019-08-03 08:17:29 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2019-08-03 09:02:54 +0200 |
commit | 32788e685f6b9f6674a7ce02200dcb4735fedd78 (patch) | |
tree | 81c1a7e08f7113cb1b93062fb4f0676a00052f05 /target/linux/brcm2708 | |
parent | b0b542437801abc1470e6390829ad8b670f779d5 (diff) | |
download | upstream-32788e685f6b9f6674a7ce02200dcb4735fedd78.tar.gz upstream-32788e685f6b9f6674a7ce02200dcb4735fedd78.tar.bz2 upstream-32788e685f6b9f6674a7ce02200dcb4735fedd78.zip |
brcm2708: arm8stub is no longer needed
It's already embedded on latest RPi firmware.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/brcm2708')
-rw-r--r-- | target/linux/brcm2708/image/Makefile | 11 |
1 files 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) |