mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 11:16:32 +00:00
brcm2708: arm8stub is no longer needed
It's already embedded on latest RPi firmware. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
b0b5424378
commit
32788e685f
@ -54,10 +54,6 @@ define Build/boot-2711
|
|||||||
mcopy -i $@.boot $(KDIR)/fixup4x.dat ::
|
mcopy -i $@.boot $(KDIR)/fixup4x.dat ::
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/boot-armstub8
|
|
||||||
mcopy -i $@.boot $(KDIR)/armstub8-gic.bin ::
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/sdcard-img
|
define Build/sdcard-img
|
||||||
./gen_rpi_sdcard_img.sh $@ $@.boot $(IMAGE_ROOTFS) \
|
./gen_rpi_sdcard_img.sh $@ $@.boot $(IMAGE_ROOTFS) \
|
||||||
$(CONFIG_TARGET_KERNEL_PARTSIZE) $(CONFIG_TARGET_ROOTFS_PARTSIZE)
|
$(CONFIG_TARGET_KERNEL_PARTSIZE) $(CONFIG_TARGET_ROOTFS_PARTSIZE)
|
||||||
@ -140,10 +136,9 @@ define Device/rpi-4
|
|||||||
DEVICE_PACKAGES := \
|
DEVICE_PACKAGES := \
|
||||||
brcmfmac-firmware-43455-sdio brcmfmac-firmware-43455-clm_blob \
|
brcmfmac-firmware-43455-sdio brcmfmac-firmware-43455-clm_blob \
|
||||||
brcmfmac-firmware-43455-sdio-rpi-4b \
|
brcmfmac-firmware-43455-sdio-rpi-4b \
|
||||||
kmod-brcmfmac wpad-basic \
|
kmod-brcmfmac wpad-basic
|
||||||
brcm27xx-armstub
|
IMAGE/sysupgrade.img.gz := boot-common | boot-2711 | sdcard-img | gzip | append-metadata
|
||||||
IMAGE/sysupgrade.img.gz := boot-common | boot-2711 | boot-armstub8 | sdcard-img | gzip | append-metadata
|
IMAGE/factory.img.gz := boot-common | boot-2711 | sdcard-img | gzip
|
||||||
IMAGE/factory.img.gz := boot-common | boot-2711 | boot-armstub8 | sdcard-img | gzip
|
|
||||||
BOOT_CONFIG := config-bcm2711-arm64.txt
|
BOOT_CONFIG := config-bcm2711-arm64.txt
|
||||||
endef
|
endef
|
||||||
ifeq ($(SUBTARGET),bcm2711)
|
ifeq ($(SUBTARGET),bcm2711)
|
||||||
|
Loading…
Reference in New Issue
Block a user