Skip to content

Commit

Permalink
Use BTT u-boot on current, mainline on edge
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheCoolingFan committed Oct 20, 2024
1 parent b741136 commit 6bff8a2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions config/boards/bigtreetech-cb2.csc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ DDR_BLOB="rk35/rk3566_ddr_1056MHz_v1.18.bin"
BL31_BLOB="rk35/rk3568_bl31_v1.43.elf" # NOT a typo, bl31 is shared across 68 and 66

function post_family_config__bigtreetech-cb2_use_mainline_uboot() {
#bigtreetech_uboot

mainline_kwiboo_uboot
case $BRANCH in
current)
bigtreetech_uboot
;;
edge)
mainline_kwiboo_uboot
;;
esac
}

function bigtreetech_uboot() {
Expand Down

0 comments on commit 6bff8a2

Please sign in to comment.