We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bdb50 commit 1568486Copy full SHA for 1568486
plat/st/common/common.mk
@@ -11,7 +11,7 @@ STM32MP_RECONFIGURE_CONSOLE ?= 0
11
STM32MP_UART_BAUDRATE ?= 115200
12
13
# Add specific ST version
14
-ST_VERSION := r1.1
+ST_VERSION := r2.0
15
ST_GIT_SHA1 := $(shell git rev-parse --short=8 HEAD 2>/dev/null)
16
VERSION_STRING := v${VERSION_MAJOR}.${VERSION_MINOR}-${PLAT}-${ST_VERSION}(${BUILD_TYPE}):${BUILD_STRING}(${ST_GIT_SHA1})
17
0 commit comments