Skip to content

Commit 7f6b3f5

Browse files
tejlmandfabiobaltieri
authored andcommitted
cmake: remove BUILD type in function description.
Build type was removed in 763a49f but the function description was not updated accordingly. Remove build type from the function description. Add board qualifier as that is missing. Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent 4b745fa commit 7f6b3f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/modules/extensions.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1587,8 +1587,8 @@ function(pow2round n)
15871587
set(${n} ${${n}} PARENT_SCOPE)
15881588
endfunction()
15891589

1590-
# Function to create a build string based on BOARD, BOARD_REVISION, and BUILD
1591-
# type.
1590+
# Function to create a build string based on BOARD, BOARD_REVISION, and
1591+
# BOARD_QUALIFIER.
15921592
#
15931593
# This is a common function to ensure that build strings are always created
15941594
# in a uniform way.

0 commit comments

Comments
 (0)