From 660c52bc530cfdd6c6d679d1b2eafc505c38f905 Mon Sep 17 00:00:00 2001 From: Werner <3305006+EvilOlaf@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:25:00 +0100 Subject: [PATCH] rock-3a: unset `BOOTFS_TYPE` for non-vendor builds (#9068) * rock-3a: unset `BOOTFS_TYPE` for non-vendor builds * unset BOOTFS_TYPE at all following recommendations from Jianfeng and Ricardo --- config/boards/rock-3a.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/config/boards/rock-3a.conf b/config/boards/rock-3a.conf index 8b07b60a5e..41c1346606 100644 --- a/config/boards/rock-3a.conf +++ b/config/boards/rock-3a.conf @@ -14,7 +14,6 @@ BOOT_SCENARIO="spl-blobs" BOOT_SUPPORT_SPI="yes" BOOT_SPI_RKSPI_LOADER="yes" IMAGE_PARTITION_TABLE="gpt" -BOOTFS_TYPE="fat" function post_family_config__rock-3a_use_mainline_uboot_except_vendor_and_add_sata_target() { display_alert "$BOARD" "Configuring ($BOARD) standard and sata uboot target map" "info"