Change BOOT_FDT_FILE for bigtreetech-cb1 on edge

This commit is contained in:
JohnTheCoolingFan 2024-08-10 15:06:59 +03:00 committed by August
parent 40f05cb6d5
commit ad18784e2b

View File

@ -10,3 +10,9 @@ BOOTFS_TYPE="fat"
BOOT_FS_LABEL="BOOT"
OVERLAY_PREFIX="sun50i-h616"
BOOT_FDT_FILE="allwinner/sun50i-h616-bigtreetech-cb1-sd.dtb"
post_family_config__fdt_bigtreetech_cb1() {
if [[ "${BRANCH}" = "edge" ]]; then
BOOT_FDT_FILE="allwinner/sun50i-h616-bigtreetech-pi.dtb"
fi
}