Skip to content

Commit 148aad6

Browse files
committed
platform: intel: drop PLATFORM_DEFAULT_DELAY from platform.h
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 <kai.vehmanen@linux.intel.com>
1 parent 054e6ca commit 148aad6

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

src/platform/ace30/include/platform/platform.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
/* local buffer size of DMA tracing */
3535
#define DMA_TRACE_LOCAL_SIZE (HOST_PAGE_SIZE * 2)
3636

37-
/* DSP default delay in cycles */
38-
#define PLATFORM_DEFAULT_DELAY 12
39-
4037
#endif /* __PLATFORM_PLATFORM_H__ */
4138

4239
#else

src/platform/lunarlake/include/platform/platform.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
/* local buffer size of DMA tracing */
3535
#define DMA_TRACE_LOCAL_SIZE (HOST_PAGE_SIZE * 2)
3636

37-
/* DSP default delay in cycles */
38-
#define PLATFORM_DEFAULT_DELAY 12
39-
4037
#endif /* __PLATFORM_PLATFORM_H__ */
4138

4239
#else

src/platform/meteorlake/include/platform/platform.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
/* local buffer size of DMA tracing */
3535
#define DMA_TRACE_LOCAL_SIZE (HOST_PAGE_SIZE * 2)
3636

37-
/* DSP default delay in cycles */
38-
#define PLATFORM_DEFAULT_DELAY 12
39-
4037
#endif /* __PLATFORM_PLATFORM_H__ */
4138

4239
#else

src/platform/tigerlake/include/platform/platform.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ struct timer;
4141
/* local buffer size of DMA tracing */
4242
#define DMA_TRACE_LOCAL_SIZE (HOST_PAGE_SIZE * 2)
4343

44-
/* DSP default delay in cycles */
45-
#define PLATFORM_DEFAULT_DELAY 12
46-
4744
extern intptr_t _module_init_start;
4845
extern intptr_t _module_init_end;
4946

0 commit comments

Comments
 (0)