Skip to content

Commit dc558c2

Browse files
committed
set TC3 ARCH_FLASH_OFFSET with ?=
1 parent bcb13d3 commit dc558c2

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
@@ -1568,7 +1568,7 @@ ifeq ($(ARCH), AURIX_TC3)
15681568
endif
15691569

15701570
ifeq ($(AURIX_TC3_HSM),1)
1571-
ARCH_FLASH_OFFSET=0x80028000
1571+
ARCH_FLASH_OFFSET?=0x80028000
15721572
# HSM compiler flags, build options, source code, etc
15731573
ifeq ($(USE_GCC),1)
15741574
# Just arm-none-eabi-gcc for now
@@ -1635,7 +1635,7 @@ ifeq ($(ARCH), AURIX_TC3)
16351635

16361636
else
16371637
# Tricore compiler settings
1638-
ARCH_FLASH_OFFSET=0x800A0000
1638+
ARCH_FLASH_OFFSET?=0x800A0000
16391639
ifeq ($(USE_GCC),1)
16401640
HT_ROOT?=/opt/hightec/gnutri_v4.9.4.1-11fcedf-lin64
16411641
CROSS_COMPILE?=$(HT_ROOT)/bin/tricore-

0 commit comments

Comments
 (0)