From patchwork Mon Dec 26 13:32:28 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Eric Miao X-Patchwork-Id: 5976 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id DD39923E03 for ; Mon, 26 Dec 2011 13:32:51 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id D416BA18454 for ; Mon, 26 Dec 2011 13:32:51 +0000 (UTC) Received: by eaac11 with SMTP id c11so9046393eaa.11 for ; Mon, 26 Dec 2011 05:32:51 -0800 (PST) Received: by 10.204.133.207 with SMTP id g15mr6086374bkt.17.1324906371622; Mon, 26 Dec 2011 05:32:51 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.205.82.144 with SMTP id ac16cs149062bkc; Mon, 26 Dec 2011 05:32:51 -0800 (PST) Received: by 10.52.19.233 with SMTP id i9mr11968224vde.15.1324906369693; Mon, 26 Dec 2011 05:32:49 -0800 (PST) Received: from mail-vx0-f178.google.com (mail-vx0-f178.google.com [209.85.220.178]) by mx.google.com with ESMTPS id es10si10537345vdb.10.2011.12.26.05.32.49 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 26 Dec 2011 05:32:49 -0800 (PST) Received-SPF: pass (google.com: domain of eric.y.miao@gmail.com designates 209.85.220.178 as permitted sender) client-ip=209.85.220.178; Authentication-Results: mx.google.com; spf=pass (google.com: domain of eric.y.miao@gmail.com designates 209.85.220.178 as permitted sender) smtp.mail=eric.y.miao@gmail.com; dkim=pass (test mode) header.i=@gmail.com Received: by vcbfo11 with SMTP id fo11so10990491vcb.37 for ; Mon, 26 Dec 2011 05:32:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=VBur+c/bZ1YYFTlXgKamvRRRYWLvhIs+gAQDyZbUOKE=; b=rzd7nP10ExdL2NPUoqhXYSfm59Lb6Xg3jlBOZl9FITd3IItnfqAyLSwsW+TUpZHSen ArpymE+iLJMZwHIAKFMGy+Tv9l1XP3UJJppsrlr6ZJW8fMb3yV78pfEcD+FXo/OnLXf6 To0EOkaKPxblW4+IMh5TmYpwItUs0CLD6ualk= Received: by 10.220.149.135 with SMTP id t7mr3211057vcv.34.1324906369218; Mon, 26 Dec 2011 05:32:49 -0800 (PST) MIME-Version: 1.0 Sender: eric.y.miao@gmail.com Received: by 10.52.110.99 with HTTP; Mon, 26 Dec 2011 05:32:28 -0800 (PST) In-Reply-To: <1323269051-29007-1-git-send-email-eric.miao@linaro.org> References: <1323269051-29007-1-git-send-email-eric.miao@linaro.org> From: Eric Miao Date: Mon, 26 Dec 2011 21:32:28 +0800 X-Google-Sender-Auth: haWJzwTXy1ELr4bRRLTHgZ6idEE Message-ID: Subject: Fwd: [PATCH] ARM: imx6q: generate imx6q dtb files To: patches@linaro.org ---------- Forwarded message ---------- From: Eric Miao Date: Wed, Dec 7, 2011 at 10:44 PM Subject: [PATCH] ARM: imx6q: generate imx6q dtb files To: linux-arm-kernel Cc: Eric Miao , Shawn Guo Cc: Shawn Guo Signed-off-by: Eric Miao ---  arch/arm/mach-imx/Makefile.boot |    3 +++  1 files changed, 3 insertions(+), 0 deletions(-) -- 1.7.5.4 diff --git a/arch/arm/mach-imx/Makefile.boot b/arch/arm/mach-imx/Makefile.boot index cfede57..67b76f5 100644 --- a/arch/arm/mach-imx/Makefile.boot +++ b/arch/arm/mach-imx/Makefile.boot @@ -25,3 +25,6 @@ initrd_phys-$(CONFIG_SOC_IMX35)       := 0x80800000  zreladdr-$(CONFIG_SOC_IMX6Q)   += 0x10008000  params_phys-$(CONFIG_SOC_IMX6Q)        := 0x10000100  initrd_phys-$(CONFIG_SOC_IMX6Q)        := 0x10800000 + +dtb-$(CONFIG_SOC_IMX6Q)        += imx6q-sabreauto.dtb \ +                          imx6q-sabrelite.dtb