Skip to content

Commit

Permalink
fixme/hack: override dt name for edge kernel only
Browse files Browse the repository at this point in the history
  • Loading branch information
fridtjof authored and igorpecovnik committed Nov 18, 2024
1 parent d348bde commit 0175493
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/boards/rock-5b-plus.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ function post_family_tweaks__rock5b_naming_audios() {
function post_family_config_branch_edge__rock-5b_use_mainline_uboot() {
display_alert "$BOARD" "mainline (next branch) u-boot overrides for $BOARD / $BRANCH" "info"

# temporary override until DT in armbian/rockchip-linux is renamed
declare -g BOOT_FDT_FILE="rockchip/rk3588-rock-5b-plus.dtb"

declare -g BOOTCONFIG="rock5b-rk3588_defconfig" # override the default for the board/family
declare -g BOOTDELAY=1 # Wait for UART interrupt to enter UMS/RockUSB mode etc
declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git" # We ❤️ Mainline tree
Expand Down

0 comments on commit 0175493

Please sign in to comment.