Use Fat as default bootfs type of Orange Pi 5 (#4635)

This commit is contained in:
M. Efe Çetin 2023-01-01 10:05:17 +03:00 committed by GitHub
parent 71ac9beb28
commit e9fea8af93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {