Skip to content

Commit

Permalink
HACK: -lts for t6
Browse files Browse the repository at this point in the history
  • Loading branch information
rpardini committed Jul 20, 2024
1 parent 1e42230 commit 2f921f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/boards/nanopct6.csc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ BOOT_SPI_RKSPI_LOADER="yes"
IMAGE_PARTITION_TABLE="gpt"
declare -g UEFI_EDK2_BOARD_ID="nanopc-t6" # This _only_ used for uefi-edk2-rk3588 extension

# @todo: Hack, not here; split board?
function post_family_config_branch_vendor__lts_dt_for_vendor() {
display_alert "$BOARD" "Using T6-LTS DT for $BOARD / $BRANCH" "info"
declare -g BOOT_FDT_FILE="rockchip/rk3588-nanopc-t6-lts.dtb"
}

function post_family_tweaks__nanopct6_naming_audios() {
display_alert "$BOARD" "Renaming nanopct6 audio" "info"

Expand Down

0 comments on commit 2f921f9

Please sign in to comment.