From patchwork Sat Apr 16 11:15:03 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeremy Chang X-Patchwork-Id: 1045 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:48:36 -0000 Delivered-To: patches@linaro.org Received: by 10.224.67.148 with SMTP id r20cs81056qai; Sat, 16 Apr 2011 04:15:25 -0700 (PDT) Received: by 10.216.68.140 with SMTP id l12mr2864032wed.79.1302952524926; Sat, 16 Apr 2011 04:15:24 -0700 (PDT) Received: from mail-wy0-f178.google.com (mail-wy0-f178.google.com [74.125.82.178]) by mx.google.com with ESMTPS id r57si6717145wes.62.2011.04.16.04.15.24 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 16 Apr 2011 04:15:24 -0700 (PDT) Received-SPF: pass (google.com: domain of shunyu.chang@gmail.com designates 74.125.82.178 as permitted sender) client-ip=74.125.82.178; Authentication-Results: mx.google.com; spf=pass (google.com: domain of shunyu.chang@gmail.com designates 74.125.82.178 as permitted sender) smtp.mail=shunyu.chang@gmail.com; dkim=pass (test mode) header.i=@gmail.com Received: by mail-wy0-f178.google.com with SMTP id 33so3493495wyb.37 for ; Sat, 16 Apr 2011 04:15:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=VrAQndVMfbjCQr4hr6LkAk2xHf6T9S3rUBIzKwRk06w=; b=mzdx5oH4FAsX6g5nuk5UHArmBTFwLb6Y4AOLP5YwddzPq5+c7m4B6hZxRRYikpPXx4 tVCl/hRsHMqcE8fKgX7Jvsx3lmNQYD4Yu1m5N8EIAiH3NhPXALrLkIX3Z50mQ1rg/h8g YES8Hi2Ffp1paOKDY5DyVDBneOQYLPBLYChgo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; b=lTDHB/W/0z6d0521C8VXxGrH8flkYGgNNKMsGwn61pQqQKOqPuloXyhAsauX2lDOAu GHDllqdkGDYWkV22XHVHpsrw0Fwhxr0a+IipBch6E8JfXIY2nTEcp5WZ+yiQtTFWIlLr gRF0fZY8d5qjrWdvLac+HtOftvsDf5WYqhtBI= Received: by 10.216.79.6 with SMTP id h6mr2849474wee.68.1302952523322; Sat, 16 Apr 2011 04:15:23 -0700 (PDT) MIME-Version: 1.0 Sender: shunyu.chang@gmail.com Received: by 10.216.160.141 with HTTP; Sat, 16 Apr 2011 04:15:03 -0700 (PDT) From: Jeremy Chang Date: Sat, 16 Apr 2011 19:15:03 +0800 X-Google-Sender-Auth: 0jpwBFBoFJW6AO5ldTlS7fJTMfY Message-ID: Subject: [PATCH android/device/linaro/beagleboard] Remove obsolete vold.conf To: linaro-dev@lists.linaro.org Cc: patches , Patrik Ryd , Alexander Sack , Jim Huang Signed-off-by: Jeremy Chang --- AndroidBoard.mk | 5 ----- vold.conf | 10 ---------- 2 files changed, 0 insertions(+), 15 deletions(-) delete mode 100644 vold.conf diff --git a/AndroidBoard.mk b/AndroidBoard.mk index 934d19a..e6c13d0 100644 --- a/AndroidBoard.mk +++ b/AndroidBoard.mk @@ -35,11 +35,6 @@ ALL_PREBUILT += $(file) $(file) : $(LOCAL_PATH)/init.omap3.sh | $(ACP) $(transform-prebuilt-to-target) -file := $(TARGET_ROOT_OUT)/system/etc/vold.conf -ALL_PREBUILT += $(file) -$(file) : $(LOCAL_PATH)/vold.conf | $(ACP) - $(transform-prebuilt-to-target) - file := $(TARGET_ROOT_OUT)/initlogo.rle ALL_PREBUILT += $(file) $(file) : $(LOCAL_PATH)/initlogo.rle | $(ACP) diff --git a/vold.conf b/vold.conf deleted file mode 100644 index 6901734..0000000 --- a/vold.conf +++ /dev/null @@ -1,10 +0,0 @@ -## vold configuration file for the 'generic' target - -volume_sdcard { - ## This is the direct uevent device path to the SD slot on the device - media_path /devices/platform/mmci-omap-hs.0/mmc_host/mmc0 - - media_type mmc - mount_point /sdcard - ums_path /devices/platform/musb_hdrc/gadget/lun0 -}