|
25 | 25 |
|
26 | 26 | #include "device_definition.h" |
27 | 27 | #include "platform_base_address.h" |
28 | | -#include "tfm_plat_defs.h" |
| 28 | +// #include "tfm_plat_defs.h" |
29 | 29 |
|
30 | 30 | /* UART CMSDK driver structures */ |
31 | 31 | #ifdef UART0_CMSDK_S |
@@ -343,16 +343,16 @@ struct ppc_sse200_dev_t APB_PPCEXP2_DEV_S = { |
343 | 343 |
|
344 | 344 | /* CMSDK Timer driver structures */ |
345 | 345 | #ifdef CMSDK_TIMER0_S |
346 | | -static const struct timer_cmsdk_dev_cfg_t CMSDK_TIMER0_DEV_CFG_S |
347 | | - TFM_LINK_SET_RO_IN_PARTITION_SECTION("TFM_IRQ_TEST_1", "APP-ROT") = { |
| 346 | +static const struct timer_cmsdk_dev_cfg_t CMSDK_TIMER0_DEV_CFG_S = { |
| 347 | + // TFM_LINK_SET_RO_IN_PARTITION_SECTION("TFM_IRQ_TEST_1", "APP-ROT") = { |
348 | 348 | .base = CMSDK_TIMER0_BASE_S |
349 | 349 | }; |
350 | | -static struct timer_cmsdk_dev_data_t CMSDK_TIMER0_DEV_DATA_S |
351 | | - TFM_LINK_SET_RW_IN_PARTITION_SECTION("TFM_IRQ_TEST_1", "APP-ROT") = { |
| 350 | +static struct timer_cmsdk_dev_data_t CMSDK_TIMER0_DEV_DATA_S = { |
| 351 | + // TFM_LINK_SET_RW_IN_PARTITION_SECTION("TFM_IRQ_TEST_1", "APP-ROT") = { |
352 | 352 | .is_initialized = 0 |
353 | 353 | }; |
354 | | -struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S |
355 | | - TFM_LINK_SET_RW_IN_PARTITION_SECTION("TFM_IRQ_TEST_1", "APP-ROT") = { |
| 354 | +struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S = { |
| 355 | + // TFM_LINK_SET_RW_IN_PARTITION_SECTION("TFM_IRQ_TEST_1", "APP-ROT") = { |
356 | 356 | &(CMSDK_TIMER0_DEV_CFG_S), |
357 | 357 | &(CMSDK_TIMER0_DEV_DATA_S) |
358 | 358 | }; |
|
0 commit comments