From 6e428a84904daa07190f924530f975102e8e7668 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Tue, 24 Jan 2023 19:34:22 +0100 Subject: mxs: fix SD-card image generation for OLinuXino boards Fixes: mxs: add generic subtarget (64ef920) Adding the generic target caused the TARGET_BOOTFS_PARTSIZE to stay hidden for these boards, crashing the FAT filesystem creation. Signed-off-by: Zoltan HERPAI --- target/linux/mxs/image/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/mxs') diff --git a/target/linux/mxs/image/Config.in b/target/linux/mxs/image/Config.in index 250553e356..a04700a440 100644 --- a/target/linux/mxs/image/Config.in +++ b/target/linux/mxs/image/Config.in @@ -1,6 +1,6 @@ config TARGET_BOOTFS_PARTSIZE int "Boot (SD Card) filesystem partition size (in MB)" - depends on TARGET_mxs_olinuxino-maxi || TARGET_mxs_olinuxino-micro + depends on TARGET_mxs_generic_olinuxino-maxi || TARGET_mxs_generic_olinuxino-micro default 8 help On the Olimex OLinuXino boards, mainline U-Boot loads the -- cgit v1.2.3