bigtreetech-cb1: edge: remove hook that changed device tree used

This commit is contained in:
JohnTheCoolingFan 2024-09-01 18:15:06 +03:00 committed by Igor
parent 9af94d5977
commit ae53057334

View File

@ -11,9 +11,3 @@ 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
}