diff options
| author | Álvaro Fernández Rojas <noltari@gmail.com> | 2024-02-01 11:54:22 +0100 |
|---|---|---|
| committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2024-02-01 12:05:08 +0100 |
| commit | 0a65787675c106fba935074a2b7d7f5717f176ff (patch) | |
| tree | dce949a2963ea03c8984da5349d95248b47629d7 /target/linux | |
| parent | 1a5e51ab0011796fae5b08d03de3994c767517c1 (diff) | |
| download | upstream-0a65787675c106fba935074a2b7d7f5717f176ff.tar.gz upstream-0a65787675c106fba935074a2b7d7f5717f176ff.tar.bz2 upstream-0a65787675c106fba935074a2b7d7f5717f176ff.zip | |
bcm27xx: bcm2712: remove boot-2711 image files
According to Raspberry Pi documentation, the RPi 5 First Stage Bootloader
loads the linux kernel instead of loading the Second Stage Bootloader
(start.elf):
https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#differences-on-raspberry-pi-5
Fixes: 8b63d9a ("bcm27xx: add new bcm2712 subtarget")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/bcm27xx/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm27xx/image/Makefile b/target/linux/bcm27xx/image/Makefile index e5c2d154994..12ac0012a49 100644 --- a/target/linux/bcm27xx/image/Makefile +++ b/target/linux/bcm27xx/image/Makefile @@ -182,8 +182,8 @@ define Device/rpi-5 brcmfmac-nvram-43455-sdio \ kmod-brcmfmac wpad-basic-mbedtls \ kmod-hwmon-pwmfan kmod-thermal - IMAGE/sysupgrade.img.gz := boot-common | boot-2711 | sdcard-img | gzip | append-metadata - IMAGE/factory.img.gz := boot-common | boot-2711 | sdcard-img | gzip + IMAGE/sysupgrade.img.gz := boot-common | sdcard-img | gzip | append-metadata + IMAGE/factory.img.gz := boot-common | sdcard-img | gzip endef ifeq ($(SUBTARGET),bcm2712) TARGET_DEVICES += rpi-5 |
