Browse Source

Update Makefile

Set BEAGLEV as default board in build/Makefile
MichaelZhuxx 3 years ago
parent
commit
b4a065c453
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/Makefile

+ 1 - 1
build/Makefile

@@ -8,7 +8,7 @@ OBJCOPY=${CROSSCOMPILE}objcopy
 OBJDUMP=${CROSSCOMPILE}objdump
 
 # BOARD IS BEAGLEV OR EVBV1
-BOARD=EVBV1
+BOARD=BEAGLEV
 
 SUFFIX=$(shell date +%y%m%d)
 GIT_VERSION=$(shell git show -s --pretty=format:%h)