Skip to content

Commit

Permalink
platform: intel: drop PLATFORM_DEFAULT_DELAY from platform.h
Browse files Browse the repository at this point in the history
PLATFORM_DEFAULT_DELAY is not needed in Zephyr builds, so it
can be dropped from platform.h for all Intel platforms.

Signed-off-by: Kai Vehmanen <[email protected]>
  • Loading branch information
kv2019i committed Nov 14, 2024
1 parent b86f19a commit d1508e8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions src/platform/ace30/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
/* local buffer size of DMA tracing */
#define DMA_TRACE_LOCAL_SIZE (HOST_PAGE_SIZE * 2)

/* DSP default delay in cycles */
#define PLATFORM_DEFAULT_DELAY 12

#endif /* __PLATFORM_PLATFORM_H__ */

#else
Expand Down
3 changes: 0 additions & 3 deletions src/platform/lunarlake/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
/* local buffer size of DMA tracing */
#define DMA_TRACE_LOCAL_SIZE (HOST_PAGE_SIZE * 2)

/* DSP default delay in cycles */
#define PLATFORM_DEFAULT_DELAY 12

#endif /* __PLATFORM_PLATFORM_H__ */

#else
Expand Down
3 changes: 0 additions & 3 deletions src/platform/meteorlake/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
/* local buffer size of DMA tracing */
#define DMA_TRACE_LOCAL_SIZE (HOST_PAGE_SIZE * 2)

/* DSP default delay in cycles */
#define PLATFORM_DEFAULT_DELAY 12

#endif /* __PLATFORM_PLATFORM_H__ */

#else
Expand Down
3 changes: 0 additions & 3 deletions src/platform/tigerlake/include/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ struct timer;
/* local buffer size of DMA tracing */
#define DMA_TRACE_LOCAL_SIZE (HOST_PAGE_SIZE * 2)

/* DSP default delay in cycles */
#define PLATFORM_DEFAULT_DELAY 12

extern intptr_t _module_init_start;
extern intptr_t _module_init_end;

Expand Down

0 comments on commit d1508e8

Please sign in to comment.