- set only one EFI system partition
- use shorter path for DEVICE_DTS file
Signed-off-by: Oskari Lemmela <[email protected]>
---
target/linux/mediatek/image/mt7622.mk | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/target/linux/mediatek/image/mt7622.mk
b/target/linux/mediatek/image/mt7622.mk
index d7c23cc0c2..2f98d896c0 100644
--- a/target/linux/mediatek/image/mt7622.mk
+++ b/target/linux/mediatek/image/mt7622.mk
@@ -17,14 +17,13 @@ endef
define Build/mt7622-gpt
cp $@ [email protected] || true
ptgen -g -o [email protected] -a 1 -l 1024 \
- -t 0xef \
$(if $(findstring sdmmc,$1), \
-H \
- -N bl2 -r -p 512k@512k \
+ -t 0x83 -N bl2 -r -p 512k@512k \
) \
- -N fip -r -p 1M@2M \
- -N ubootenv -r -p 1M@4M \
- -N recovery -r -p 32M@6M \
+ -t 0xef -N fip -r -p 1M@2M \
+ -t 0x83 -N ubootenv -r -p 1M@4M \
+ -N recovery -r -p 32M@6M \
$(if $(findstring sdmmc,$1), \
-t 0x2e -N production -p 216M@40M \
) \
@@ -52,8 +51,8 @@ define Device/bananapi_bpi-r64
bl2 emmc-2ddr | pad-to 512k | bl2 sdmmc-2ddr
| pad-to 1M | bl31-uboot bananapi_bpi-r64-emmc | pad-to 2M |\
bl31-uboot bananapi_bpi-r64-sdmmc | pad-to 6M
KERNEL := kernel-bin | gzip
- KERNEL_INITRAMFS := kernel-bin | lzma | fit lzma
$$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb with-initrd | pad-to 128k
- IMAGE/sysupgrade.itb := append-kernel | fit gzip
$$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb external-static-with-rootfs |
append-metadata
+ KERNEL_INITRAMFS := kernel-bin | lzma | fit lzma
$$(DTS_DIR)/$$(DEVICE_DTS).dtb with-initrd | pad-to 128k
+ IMAGE/sysupgrade.itb := append-kernel | fit gzip
$$(DTS_DIR)/$$(DEVICE_DTS).dtb external-static-with-rootfs | append-metadata
endef
TARGET_DEVICES += bananapi_bpi-r64
--
2.25.1
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel