aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-03-19 15:18:12 +0100
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-03-19 15:18:12 +0100
commit1fefd7bb5625e485b1391797b2070a0af99dc091 (patch)
treef37ade1ef3e5691c8916ab91a822f778f2727e37
parentbf5d76684b5c782a5aec20058a3ee600d3e577e6 (diff)
downloadvexpress-a9-1fefd7bb5625e485b1391797b2070a0af99dc091.tar.gz
vexpress: Don't set TARGET_PROVIDES_INIT_RC
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--BoardConfig.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index ab733ad..f6aab54 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -15,7 +15,6 @@ CUSTOM_BOOTLOADER_MAKEFILE := device/linaro/vexpress_a9/uefi.mk
TARGET_USE_XLOADER := false
TARGET_NO_RECOVERY := true
TARGET_NO_RADIOIMAGE := true
-TARGET_PROVIDES_INIT_RC := true
BOARD_USES_GENERIC_AUDIO := true
BOARD_USES_ALSA_AUDIO := false
HARDWARE_OMX := false
@@ -43,4 +42,4 @@ TARGET_CPU_SMP := true
#TARGET_EXTRA_CFLAGS += -mtune=cortex-a9 -mcpu=cortex-a9
# ARMs gator (DS-5)
-TARGET_USE_GATOR:= true \ No newline at end of file
+TARGET_USE_GATOR:= true