Skip to content

Commit eb79f92

Browse files
committed
Clarify universal binary load_map message
1 parent 88455f0 commit eb79f92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

universal/wrapper/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ function(pico_add_extra_outputs TARGET)
5151
if (NOT (PICO_PLATFORM MATCHES rp2040))
5252
get_target_property(BINARY_TYPE ${SOURCE_TARGET} PICO_TARGET_BINARY_TYPE)
5353
if (${BINARY_TYPE} STREQUAL "no_flash")
54-
message("Packaging no_flash universal binary to SRAM, so it has a load_map")
54+
message("Ensuring no_flash universal binary has a load_map")
55+
# This is required so it is copied to the correct location in SRAM
5556
pico_ensure_load_map(${SOURCE_TARGET})
5657
endif()
5758
endif()

0 commit comments

Comments
 (0)