Skip to content

Commit

Permalink
zephyr: delete dead defines
Browse files Browse the repository at this point in the history
The usages have been deleted, delete the defines now too.

Signed-off-by: Curtis Malainey <[email protected]>
  • Loading branch information
cujomalainey committed Sep 25, 2024
1 parent 521f784 commit 7e872b8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions zephyr/wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,6 @@ static int boot_complete(void)

int start_complete(void)
{
#if defined(CONFIG_IMX)
#define SOF_IPC_QUEUED_DOMAIN SOF_SCHEDULE_LL_DMA
#else
#define SOF_IPC_QUEUED_DOMAIN SOF_SCHEDULE_LL_TIMER
#endif

/*
* called from primary_core_init(), track state here
* (only called from single core, no RMW lock)
Expand Down

0 comments on commit 7e872b8

Please sign in to comment.