diff options
| author | Martin Schiller | 2024-10-23 11:07:27 +0000 |
|---|---|---|
| committer | Martin Schiller | 2025-03-12 11:04:08 +0000 |
| commit | 843e50f4fac243e21ffb3d1bd7a17a400b114057 (patch) | |
| tree | faae7b6a47a71d2d1e70275265730506623a25c0 | |
| parent | bbe58f9830b38e171541db3eb9bc80ccc9428286 (diff) | |
| download | openwrt-843e50f4fac243e21ffb3d1bd7a17a400b114057.tar.gz | |
mediatek: bpi-r4: create additional emmc gpt artifact
This makes it possible to initialize the eMMC from scratch like it is
done for the BPI-R3 mini (without an SD card).
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
| -rw-r--r-- | target/linux/mediatek/image/filogic.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk index 37f6c07774..531cf83863 100644 --- a/target/linux/mediatek/image/filogic.mk +++ b/target/linux/mediatek/image/filogic.mk @@ -439,9 +439,10 @@ define Device/bananapi_bpi-r4-common KERNEL_LOADADDR := 0x46000000 KERNEL_INITRAMFS_SUFFIX := -recovery.itb ARTIFACTS := \ - emmc-preloader.bin emmc-bl31-uboot.fip \ + emmc-gpt.bin emmc-preloader.bin emmc-bl31-uboot.fip \ sdcard.img.gz \ snand-preloader.bin snand-bl31-uboot.fip + ARTIFACT/emmc-gpt.bin := mt798x-gpt emmc ARTIFACT/emmc-preloader.bin := mt7988-bl2 emmc-comb ARTIFACT/emmc-bl31-uboot.fip := mt7988-bl31-uboot $$(DEVICE_NAME)-emmc ARTIFACT/snand-preloader.bin := mt7988-bl2 spim-nand-ubi-comb |