mediatek: mt7623: allow build without ext4 rootfs

The image generation code for the U7623 board expects ext4 filesystem
to be selected in menuconfig and CONFIG_TARGET_ROOTFS_PARTSIZE to be
defined. Now that ext4 isn't enabled any more, the variable was missing
and broke the build.
Set the default (104) instead of using the config variable to fix that.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2021-07-21 15:32:00 +01:00 committed by AmadeusGhost
parent 903245e532
commit 6d3dc3e3ee

View File

@ -132,7 +132,7 @@ define Build/mtk-mmc-img
$@.boot \
$(IMAGE_ROOTFS) \
$(CONFIG_MTK_BOOT_PARTSIZE) \
$(CONFIG_TARGET_ROOTFS_PARTSIZE)
104
endef
define Build/scatterfile