platform: remove PLATFORM_TIMER_START_OFFSET

Removes PLATFORM_TIMER_START_OFFSET define from
platforms, because it's deprecated and not used
anymore.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2019-07-17 11:49:51 +02:00 committed by Tomasz Lauda
parent 3b580ac836
commit 10464ece03
6 changed files with 0 additions and 18 deletions

View File

@ -134,9 +134,6 @@ struct timer;
/* minimal SSP port delay in cycles */
#define PLATFORM_SSP_DELAY 800
/* timer driven scheduling start offset in microseconds */
#define PLATFORM_TIMER_START_OFFSET 100
/* Platform defined panic code */
static inline void platform_panic(uint32_t p)
{

View File

@ -115,9 +115,6 @@ struct timer;
/* DSP LPE delay in cycles */
#define PLATFORM_LPE_DELAY 2000
/* timer driven scheduling start offset in microseconds */
#define PLATFORM_TIMER_START_OFFSET 100
/* Platform defined panic code */
static inline void platform_panic(uint32_t p)
{

View File

@ -135,9 +135,6 @@ struct timer;
/* minimal SSP port delay in cycles */
#define PLATFORM_SSP_DELAY 1000
/* timer driven scheduling start offset in microseconds */
#define PLATFORM_TIMER_START_OFFSET 100
/* Platform defined trace code */
static inline void platform_panic(uint32_t p)
{

View File

@ -108,9 +108,6 @@ struct timer;
/* DSP default delay in cycles */
#define PLATFORM_DEFAULT_DELAY 12
/* timer driven scheduling start offset in microseconds */
#define PLATFORM_TIMER_START_OFFSET 100
/* Platform defined panic code */
static inline void platform_panic(uint32_t p)
{

View File

@ -135,9 +135,6 @@ struct timer;
/* minimal SSP port delay in cycles */
#define PLATFORM_SSP_DELAY 1600
/* timer driven scheduling start offset in microseconds */
#define PLATFORM_TIMER_START_OFFSET 100
/* Platform defined trace code */
static inline void platform_panic(uint32_t p)
{

View File

@ -138,9 +138,6 @@ struct timer;
/* minimal SSP port delay in cycles */
#define PLATFORM_SSP_DELAY 1000
/* timer driven scheduling start offset in microseconds */
#define PLATFORM_TIMER_START_OFFSET 100
/* SSI / SPI GPIO bindings */
#define PLATFORM_SPI_GPIO_ID 0
#define PLATFORM_SPI_GPIO_IRQ 14