Skip to content

Commit

Permalink
Change BOOT_FDT_FILE for bigtreetech-cb1 on edge
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheCoolingFan committed Aug 11, 2024
1 parent 68016d7 commit 7c04367
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/boards/bigtreetech-cb1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 7c04367

Please sign in to comment.