From e9fea8af93cbc6fc7f372df3b407e67cce15b6ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Efe=20=C3=87etin?= Date: Sun, 1 Jan 2023 10:05:17 +0300 Subject: [PATCH] Use Fat as default bootfs type of Orange Pi 5 (#4635) --- config/boards/orangepi5.wip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/orangepi5.wip b/config/boards/orangepi5.wip index 1a5cace9a3..7dea043d1d 100644 --- a/config/boards/orangepi5.wip +++ b/config/boards/orangepi5.wip @@ -12,7 +12,7 @@ WIREGUARD="no" BOOT_SUPPORT_SPI="yes" IMAGE_PARTITION_TABLE="gpt" SKIP_BOOTSPLASH="yes" # Skip boot splash patch, conflicts with CONFIG_VT=yes -BOOTFS_TYPE="ext4" +BOOTFS_TYPE="fat" # Override family config for this board; let's avoid conditionals in family config. function post_family_config__orangepi5_use_vendor_uboot() {