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>
This commit is contained in:
parent
bbe58f9830
commit
843e50f4fa
1 changed files with 2 additions and 1 deletions
|
@ -439,9 +439,10 @@ define Device/bananapi_bpi-r4-common
|
||||||
KERNEL_LOADADDR := 0x46000000
|
KERNEL_LOADADDR := 0x46000000
|
||||||
KERNEL_INITRAMFS_SUFFIX := -recovery.itb
|
KERNEL_INITRAMFS_SUFFIX := -recovery.itb
|
||||||
ARTIFACTS := \
|
ARTIFACTS := \
|
||||||
emmc-preloader.bin emmc-bl31-uboot.fip \
|
emmc-gpt.bin emmc-preloader.bin emmc-bl31-uboot.fip \
|
||||||
sdcard.img.gz \
|
sdcard.img.gz \
|
||||||
snand-preloader.bin snand-bl31-uboot.fip
|
snand-preloader.bin snand-bl31-uboot.fip
|
||||||
|
ARTIFACT/emmc-gpt.bin := mt798x-gpt emmc
|
||||||
ARTIFACT/emmc-preloader.bin := mt7988-bl2 emmc-comb
|
ARTIFACT/emmc-preloader.bin := mt7988-bl2 emmc-comb
|
||||||
ARTIFACT/emmc-bl31-uboot.fip := mt7988-bl31-uboot $$(DEVICE_NAME)-emmc
|
ARTIFACT/emmc-bl31-uboot.fip := mt7988-bl31-uboot $$(DEVICE_NAME)-emmc
|
||||||
ARTIFACT/snand-preloader.bin := mt7988-bl2 spim-nand-ubi-comb
|
ARTIFACT/snand-preloader.bin := mt7988-bl2 spim-nand-ubi-comb
|
||||||
|
|
Loading…
Reference in a new issue