Skip to content

Commit

Permalink
Makefile: Bump Vivado Version to 2021.2 for ADI 2021_R2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hennerich <[email protected]>
(cherry picked from commit b959b4c)
Signed-off-by: Daniel Estévez <[email protected]>
  • Loading branch information
mhennerich authored and daniestevez committed Mar 26, 2023
1 parent eaf7bd8 commit 18f5761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#PATH=$PATH:/opt/Xilinx/SDK/2015.4/gnu/arm/lin/bin

VIVADO_VERSION ?= 2021.1
VIVADO_VERSION ?= 2021.2
CROSS_COMPILE ?= arm-linux-gnueabihf-

HAVE_CROSS=$(shell which $(CROSS_COMPILE)gcc | wc -l)
Expand Down

0 comments on commit 18f5761

Please sign in to comment.