aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/image/mt7622.mk
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2022-09-08 19:29:44 +0100
committerDaniel Golle <daniel@makrotopia.org>2022-09-08 19:30:56 +0100
commit007c8809c1e888748af70c1b878f4d0105fe7531 (patch)
tree54497f488f2d5635079e03c566254c3749ede082 /target/linux/mediatek/image/mt7622.mk
parent1e1695f959e678868bb7911d059b847f38fc9cf4 (diff)
downloadupstream-007c8809c1e888748af70c1b878f4d0105fe7531.tar.gz
upstream-007c8809c1e888748af70c1b878f4d0105fe7531.tar.bz2
upstream-007c8809c1e888748af70c1b878f4d0105fe7531.zip
mediatek: fix typo in bpi-r64 image recipe
Janusz Dziedzic reported a typo introduced by a recent commit. Fix it. Fixes: 50c892d67b ("mediatek: bpi-r64: make initramfs/recovery optional") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/mediatek/image/mt7622.mk')
-rw-r--r--target/linux/mediatek/image/mt7622.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/image/mt7622.mk b/target/linux/mediatek/image/mt7622.mk
index d92c72294a..f9cd18fd41 100644
--- a/target/linux/mediatek/image/mt7622.mk
+++ b/target/linux/mediatek/image/mt7622.mk
@@ -87,7 +87,7 @@ define Device/bananapi_bpi-r64
pad-to 512k | bl2 sdmmc-2ddr |\
pad-to 2048k | bl31-uboot bananapi_bpi-r64-sdmmc |\
$(if $(CONFIG_TARGET_ROOTFS_INITRAMFS),\
- pad-to 6144k | append-image-stage initramfs-recovery.itb | checksize 38912k |\
+ pad-to 6144k | append-image-stage initramfs-recovery.itb | check-size 38912k |\
) \
pad-to 38912k | mt7622-gpt emmc |\
pad-to 39424k | bl2 emmc-2ddr |\