Fix IAR build

Signed-off-by: HiFiPhile <admin@hifiphile.com>
This commit is contained in:
HiFiPhile
2025-09-12 11:09:43 +02:00
parent 2027ac2467
commit d3ab48bd79
2 changed files with 0 additions and 4 deletions

View File

@ -68,8 +68,6 @@ function(add_board_target BOARD_TARGET)
if (NOT M4 STREQUAL "1")
target_compile_definitions(${BOARD_TARGET} PUBLIC
__ARMVFP__=0
__ARMFPV5__=0
XIP_EXTERNAL_FLASH=1
XIP_BOOT_HEADER_ENABLE=1
)

View File

@ -14,8 +14,6 @@ CFLAGS += \
ifneq ($(M4), 1)
CFLAGS += \
-D__ARMVFP__=0 \
-D__ARMFPV5__=0 \
-DXIP_EXTERNAL_FLASH=1 \
-DXIP_BOOT_HEADER_ENABLE=1
endif