Skip to content

Commit a369ad4

Browse files
committed
don't blacklist the snappy board
1 parent d1724a0 commit a369ad4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build_complete.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ arm_boards="
4040
kukui peach-pi peach-pit stumpy daisy-spring trogdor
4141
"
4242
#a list of shims that have a patch for the sh1mmer vulnerability
43-
bad_boards="reef sand snappy pyro"
43+
bad_boards="reef sand pyro"
44+
4445
if grep -q "$board" <<< "$arm_boards" > /dev/null; then
4546
print_info "automatically detected arm64 device name"
4647
arch="arm64"

0 commit comments

Comments
 (0)