From patchwork Sat Apr 16 11:15:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeremy Chang X-Patchwork-Id: 1049 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:37 -0000 Delivered-To: patches@linaro.org Received: by 10.224.67.148 with SMTP id r20cs81075qai; Sat, 16 Apr 2011 04:15:55 -0700 (PDT) Received: by 10.216.140.102 with SMTP id d80mr787501wej.29.1302952554560; Sat, 16 Apr 2011 04:15:54 -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.53 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 16 Apr 2011 04:15:54 -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:53 -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=arxDGCSlooCHVCegBk5i165JM1mARPqat+OCIdLuZaA=; b=ajxNpqwoqDynfUDDxZp+bb0Zl3H4WK6A18nbR0zCDv7/S+QbiuzhBwyDsUUxvfC2Nj J0Y5Iuqq/9z70YbnCVBzpR1xggfRN+lLwxRME8h1lE5/O6qigoF3vg3yu+gdPC753jfN 9SIVd/iY6bQiVtfQz4Q0PXHx47pnRfIBLr9Ek= 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=Y6QxwfzmR2pe1eHgt2WJjqOMB7U+OiDcB9MaZs4h8lzE06x/9Xa+VVlcXMiq74RZQ0 xMznCFamUOyD6f/VuOeDrYbUS4tM8hRjX4o/onfvrg/xK7aOYSfLpbEYFOn35zWR/Tqt /tHPiNpaHL8/YSWizVSC04RaJdJHKmYQX51og= Received: by 10.216.58.200 with SMTP id q50mr2879267wec.83.1302952553236; Sat, 16 Apr 2011 04:15:53 -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:33 -0700 (PDT) From: Jeremy Chang Date: Sat, 16 Apr 2011 19:15:33 +0800 X-Google-Sender-Auth: KSf48OoEYG8jEPKRlQ8SaJjaykE Message-ID: Subject: [PATCH android/device/linaro/pandaboard] 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 6bb655a..941416a 100644 --- a/AndroidBoard.mk +++ b/AndroidBoard.mk @@ -35,11 +35,6 @@ ALL_PREBUILT += $(file) $(file) : $(LOCAL_PATH)/init.omap4.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 -}