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 authored and lgirdwood committed Sep 26, 2024
1 parent a4e0778 commit 4bec102
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 @@ -194,12 +194,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 4bec102

Please sign in to comment.