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>
This commit is contained in:
Kai Vehmanen 2024-11-14 12:55:45 +02:00 committed by Kai Vehmanen
parent 054e6ca918
commit 148aad69d0
4 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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;