summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2012-04-16 23:13:11 +0200
committerPaulK <contact@paulk.fr>2012-04-16 23:13:11 +0200
commit9a336979c235913fd785e06762ce79ed8dc4da72 (patch)
tree534a248d09abee91da2492c85a0864538a0ac288 /BoardConfig.mk
parent74e60bef7863b5ea95840ce741fefefcbf78e317 (diff)
downloaddevice_goldelico_gta04-9a336979c235913fd785e06762ce79ed8dc4da72.tar.gz
device_goldelico_gta04-9a336979c235913fd785e06762ce79ed8dc4da72.tar.bz2
device_goldelico_gta04-9a336979c235913fd785e06762ce79ed8dc4da72.zip
Fixed the use of init-sdcard.rc file
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-xBoardConfig.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 2a1d3ad..32c1b69 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -46,7 +46,8 @@ USE_CAMERA_STUB := true
# Init
# set BOARD_SDCARD_INIT to true if booting from sdcard
-BOARD_SDCARD_INIT := false
+BOARD_SDCARD_INIT ?= false
ifeq ($(BOARD_SDCARD_INIT),true)
TARGET_PROVIDES_INIT := true
+TARGET_PROVIDES_INIT_RC := true
endif