Skip to content

Commit b6b21ba

Browse files
EvilOlafTheSnowfield
authored andcommitted
fix typo and brackets
1 parent 973cd92 commit b6b21ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/boards/rock-3a.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function post_family_config__rock-3a_use_mainline_uboot_except_vendor_and_add_sa
2222
BL31=$RKBIN_DIR/$BL31_BLOB $BOOTCONFIG_SATA spl/u-boot-spl.bin u-boot.dtb u-boot.itb;; rkspi_loader_sata.img"
2323

2424
# use mainline uboot for _current_ and _edge_
25-
[[ "$BRANCH" =="vendor" ]] && return 0
25+
[[ "${BRANCH}" == "vendor" ]] && return 0
2626

2727
display_alert "$BOARD" "Mainline U-Boot overrides for $BOARD - $BRANCH" "info"
2828
unset BOOTFS_TYPE # fixes armbian-install and unneeded for modern uboot anyway

0 commit comments

Comments
 (0)