Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f221a83 authored by Steven Moreland's avatar Steven Moreland
Browse files

configstore: remove references to board platforms

These platforms should set TARGET_USE_CONTEXT_PRIORITY.

Change-Id: I9cd1984437996405c057246f383d6cf5327667e6
Fixes: 74082983
Test: m only (sanity, these boards aren't in tree for me)
parent 5c2a8265
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -9,14 +9,6 @@ ifneq ($(SF_VSYNC_EVENT_PHASE_OFFSET_NS),)
    LOCAL_CFLAGS += -DSF_VSYNC_EVENT_PHASE_OFFSET_NS=$(SF_VSYNC_EVENT_PHASE_OFFSET_NS)
endif

ifeq ($(TARGET_BOARD_PLATFORM),omap4)
    LOCAL_CFLAGS += -DUSE_CONTEXT_PRIORITY=1
endif

ifeq ($(TARGET_BOARD_PLATFORM),s5pc110)
    LOCAL_CFLAGS += -DUSE_CONTEXT_PRIORITY=1
endif

ifeq ($(TARGET_USE_CONTEXT_PRIORITY),true)
    LOCAL_CFLAGS += -DUSE_CONTEXT_PRIORITY=1
endif