mirror of https://github.com/thesofproject/sof.git
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:
parent
054e6ca918
commit
148aad69d0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue