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