Skip to content

Commit 4153533

Browse files
committed
set TC3 ARCH_FLASH_OFFSET with ?=
1 parent 1a1c8cc commit 4153533

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,7 @@ ifeq ($(ARCH), AURIX_TC3)
15871587
endif
15881588

15891589
ifeq ($(AURIX_TC3_HSM),1)
1590-
ARCH_FLASH_OFFSET=0x80028000
1590+
ARCH_FLASH_OFFSET?=0x80028000
15911591
# HSM compiler flags, build options, source code, etc
15921592
ifeq ($(USE_GCC),1)
15931593
# Just arm-none-eabi-gcc for now
@@ -1654,7 +1654,7 @@ ifeq ($(ARCH), AURIX_TC3)
16541654

16551655
else
16561656
# Tricore compiler settings
1657-
ARCH_FLASH_OFFSET=0x800A0000
1657+
ARCH_FLASH_OFFSET?=0x800A0000
16581658
ifeq ($(USE_GCC),1)
16591659
HT_ROOT?=/opt/hightec/gnutri_v4.9.4.1-11fcedf-lin64
16601660
CROSS_COMPILE?=$(HT_ROOT)/bin/tricore-

0 commit comments

Comments
 (0)