We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973cd92 commit b6b21baCopy full SHA for b6b21ba
config/boards/rock-3a.conf
@@ -22,7 +22,7 @@ function post_family_config__rock-3a_use_mainline_uboot_except_vendor_and_add_sa
22
BL31=$RKBIN_DIR/$BL31_BLOB $BOOTCONFIG_SATA spl/u-boot-spl.bin u-boot.dtb u-boot.itb;; rkspi_loader_sata.img"
23
24
# use mainline uboot for _current_ and _edge_
25
- [[ "$BRANCH" =="vendor" ]] && return 0
+ [[ "${BRANCH}" == "vendor" ]] && return 0
26
27
display_alert "$BOARD" "Mainline U-Boot overrides for $BOARD - $BRANCH" "info"
28
unset BOOTFS_TYPE # fixes armbian-install and unneeded for modern uboot anyway
0 commit comments