From patchwork Wed Dec 7 14:44:11 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Miao X-Patchwork-Id: 129977 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 1CA041007D1 for ; Thu, 8 Dec 2011 01:50:44 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RYImj-0004Rj-D0; Wed, 07 Dec 2011 14:47:49 +0000 Received: from mail-vw0-f49.google.com ([209.85.212.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RYImf-0004RV-BQ for linux-arm-kernel@lists.infradead.org; Wed, 07 Dec 2011 14:47:46 +0000 Received: by vbbfs19 with SMTP id fs19so543203vbb.36 for ; Wed, 07 Dec 2011 06:47:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=dYxAKK7V2QHlWt7dYbh2fj+goucW5tMC/FvZ5OnwmkU=; b=RDUK+cYzafxYr82GHjcw4N7OA77UlYsuU6WKgwoRFKehay1A6v1eV12Z4BsIasQQnh Cicf1bOK5q3acjxwmPjn776x1EGzNh7V2HiQxw8toKvrmlhXrsX4lTkBjpon+pD+s1F/ 7ryqc2wjiBWsGG1H6HyDZniDTHnTHVLFhGu4k= Received: by 10.182.37.71 with SMTP id w7mr3664630obj.41.1323269066325; Wed, 07 Dec 2011 06:44:26 -0800 (PST) Received: from ycmiao-macbookpro.ericsmarthome.org ([112.65.48.5]) by mx.google.com with ESMTPS id r2sm343031obn.8.2011.12.07.06.44.20 (version=SSLv3 cipher=OTHER); Wed, 07 Dec 2011 06:44:25 -0800 (PST) From: Eric Miao To: linux-arm-kernel Subject: [PATCH] ARM: imx6q: generate imx6q dtb files Date: Wed, 7 Dec 2011 22:44:11 +0800 Message-Id: <1323269051-29007-1-git-send-email-eric.miao@linaro.org> X-Mailer: git-send-email 1.7.5.4 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (eric.y.miao[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.212.49 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Shawn Guo , Eric Miao X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Cc: Shawn Guo Signed-off-by: Eric Miao --- arch/arm/mach-imx/Makefile.boot | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) 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