From patchwork Wed Jun 22 03:04:08 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 70607 Delivered-To: patches@linaro.org Received: by 10.140.28.4 with SMTP id 4csp2328243qgy; Tue, 21 Jun 2016 20:04:17 -0700 (PDT) X-Received: by 10.98.152.210 with SMTP id d79mr32178040pfk.2.1466564655801; Tue, 21 Jun 2016 20:04:15 -0700 (PDT) Return-Path: Received: from mail-pf0-x231.google.com (mail-pf0-x231.google.com. [2607:f8b0:400e:c00::231]) by mx.google.com with ESMTPS id hu6si14721579pad.196.2016.06.21.20.04.15 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Jun 2016 20:04:15 -0700 (PDT) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c00::231 as permitted sender) client-ip=2607:f8b0:400e:c00::231; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c00::231 as permitted sender) smtp.mailfrom=john.stultz@linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by mail-pf0-x231.google.com with SMTP id h14so12751134pfe.1 for ; Tue, 21 Jun 2016 20:04:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=CnBpbwq6h1IhigwZvSkLdSP1we5rVm9PFXwkMeiQzPg=; b=Jv9AhRBiDDmcEQEt+BKIgZve37EWbq3itQ2pOUB5mK3g7ns2Xg5yoET071TUncFHJA 9JzqvheP57HerzjSJZSEo8XaQg/8Wql0KvMxT1Tin0wOpL/NrOWnJeF5thAsaamJqOlK bkxZ0QBoQm2xapQO12HO26G3bF6BMLSpe0yg4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=CnBpbwq6h1IhigwZvSkLdSP1we5rVm9PFXwkMeiQzPg=; b=Cd4uAt/GT6r3Wd55Ah6LtLZozviqFfbPeFN0Q0RlnTYjPNr2LyLDv6tRXXpAbFE/PA 1b59GeTwWE2sHUHZpI+5jZ8exRIDXaHsuHftS7F2VvmLW7wuxW3KABCKjzfAtuE801tw ykOg3w8YAZ+CPYGQoKT5mHTMODrEqV0CL4miDgWqMclkWDeq5uMDWrkqZJHwXc0CY3FG q0zIizqAPioaFOeUTeMKdWidAAdkoMVAwA/1JJM6rZDIUPj3k8ktfe+x20JRQibxJ3St qHumy2/M1FOzDwF3Cb3hUS+hiCowSt48+Sb8c/9Cg7VDl+Tk3WD0mXJ16v3bMlZeHLAZ diVw== X-Gm-Message-State: ALyK8tIjfiI8t8FL19EaT90qckUhmUDFKuqSXp1bshCiW7qGr+odg6VcsqXFCmOH1dOh0EsSMSM= X-Received: by 10.98.2.74 with SMTP id 71mr32015171pfc.49.1466564655277; Tue, 21 Jun 2016 20:04:15 -0700 (PDT) Return-Path: Received: from localhost.localdomain (c-73-67-244-238.hsd1.or.comcast.net. [73.67.244.238]) by smtp.gmail.com with ESMTPSA id zv2sm18985665pac.43.2016.06.21.20.04.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 21 Jun 2016 20:04:14 -0700 (PDT) From: John Stultz To: Rob Herring Cc: John Stultz Subject: [PATCH 3/3] linaro_generic: Move destination of a300_*.fw files to system parition Date: Tue, 21 Jun 2016 20:04:08 -0700 Message-Id: <1466564648-13465-3-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1466564648-13465-1-git-send-email-john.stultz@linaro.org> References: <1466564648-13465-1-git-send-email-john.stultz@linaro.org> This patch moves the a300_*.fw files to the system/vendor/firmware/ directory which helps make it easier to interoperate with boot imges from other builds. Signed-off-by: John Stultz --- device.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 1.9.1 diff --git a/device.mk b/device.mk index 4ac3005..8ab081e 100644 --- a/device.mk +++ b/device.mk @@ -43,8 +43,8 @@ PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ $(LOCAL_PATH)/fstab:root/fstab.unknown) PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ - $(LOCAL_PATH)/a300_pfp.fw:root/lib/firmware/a300_pfp.fw \ - $(LOCAL_PATH)/a300_pm4.fw:root/lib/firmware/a300_pm4.fw \ + $(LOCAL_PATH)/a300_pfp.fw:/system/vendor/firmware/a300_pfp.fw \ + $(LOCAL_PATH)/a300_pm4.fw:/system/vendor/firmware/a300_pm4.fw \ ) PRODUCT_COPY_FILES += \