Skip to content

Commit 2b6b049

Browse files
author
Xiangfu Liu
committedFeb 12, 2012
Makefile flash: remove useless parenthesis, only reflash regular partition
1 parent a5468c2 commit 2b6b049

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ load: $(BINDIR)/flickernoise.bin
121121
cp $< /var/lib/tftpboot/boot.bin
122122

123123
flash:
124-
(cd ../flash && ./flash.sh rescue)
125-
(cd ../flash && ./flash.sh)
124+
cd ../flash && ./flash.sh
126125

127126
clean:
128127
rm -f $(BINDIR)/flickernoise $(BINDIR)/flickernoise.bin

0 commit comments

Comments
 (0)
Please sign in to comment.