diff --git a/cmake/modules/extensions.cmake b/cmake/modules/extensions.cmake index 0102e32b332..fa08f23c69b 100644 --- a/cmake/modules/extensions.cmake +++ b/cmake/modules/extensions.cmake @@ -1587,8 +1587,8 @@ function(pow2round n) set(${n} ${${n}} PARENT_SCOPE) endfunction() -# Function to create a build string based on BOARD, BOARD_REVISION, and BUILD -# type. +# Function to create a build string based on BOARD, BOARD_REVISION, and +# BOARD_QUALIFIER. # # This is a common function to ensure that build strings are always created # in a uniform way.