File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -783,6 +783,7 @@ endif
783783
784784ifeq ($(NXP_CUSTOM_DCD ) ,1)
785785 CFLAGS+ =-DNXP_CUSTOM_DCD
786+ OBJS+ =$(NXP_CUSTOM_DCD_OBJS )
786787endif
787788
788789CFLAGS+ =-DWOLFBOOT_ARCH_$(ARCH )
Original file line number Diff line number Diff line change @@ -570,7 +570,7 @@ const BOOT_DATA_T __attribute__((section(".boot_data"))) boot_data = {
570570
571571
572572extern void isr_reset (void );
573- extern const uint32_t __dcd_data_start ;
573+ extern const uint8_t __dcd_data_start ;
574574const uint32_t dcd_data_addr = (uint32_t ) & __dcd_data_start ;
575575
576576#ifndef NXP_CUSTOM_DCD
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ ifeq ($(ARCH),)
1111 MCUXPRESSO_CMSIS? =$(PWD ) /CMSIS_5/CMSIS
1212 FREEDOM_E_SDK? =$(HOME ) /src/freedom-e-sdk
1313 NXP_CUSTOM_DCD =0
14+ NXP_CUSTOM_DCD_OBJS =""
1415 STM32CUBE? =$(HOME ) /STM32Cube/Repository/STM32Cube_FW_WB_V1.3.0
1516 CYPRESS_PDL? =$(HOME ) /src/psoc6pdl
1617 CYPRESS_TARGET_LIB? =$(HOME ) /src/TARGET_CY8CKIT-062S2-43012
@@ -97,4 +98,4 @@ CONFIG_VARS:= ARCH TARGET SIGN HASH MCUXSDK MCUXPRESSO MCUXPRESSO_CPU MCUXPRESSO
9798 WOLFBOOT_UNIVERSAL_KEYSTORE \
9899 XMSS_PARAMS \
99100 ELF \
100- NXP_CUSTOM_DCD
101+ NXP_CUSTOM_DCD NXP_CUSTOM_DCD_OBJS
You can’t perform that action at this time.
0 commit comments