summaryrefslogtreecommitdiff
path: root/hw/bsp
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-09-07 17:09:25 +0700
committerhathach <[email protected]>2023-09-07 17:09:25 +0700
commite8558458c41e65a3a5968524020f1dd9498599db (patch)
tree5258913ea5bbf66b0ca3c2d412f7c522b225ef17 /hw/bsp
parent2dea4ce6a22061df59a8589286f78213b7e99c5e (diff)
fix ci
Diffstat (limited to 'hw/bsp')
-rw-r--r--hw/bsp/samd21/boards/cynthion_d21/board.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/samd21/boards/cynthion_d21/board.cmake b/hw/bsp/samd21/boards/cynthion_d21/board.cmake
index 67aef67ad..89e821edd 100644
--- a/hw/bsp/samd21/boards/cynthion_d21/board.cmake
+++ b/hw/bsp/samd21/boards/cynthion_d21/board.cmake
@@ -7,6 +7,6 @@ function(update_board TARGET)
CFG_EXAMPLE_VIDEO_READONLY
)
target_link_options(${TARGET} PUBLIC
- --defsym=BOOTLOADER_SIZE=0x800
+ "LINKER:--defsym=BOOTLOADER_SIZE=0x800"
)
endfunction()