From patchwork Mon Jul 30 16:42:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 174043 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id BDCC82C009B for ; Tue, 31 Jul 2012 02:42:25 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Svt2t-00014J-CL; Mon, 30 Jul 2012 16:42:15 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Svt2q-00013t-ET for kernel-team@lists.ubuntu.com; Mon, 30 Jul 2012 16:42:12 +0000 Received: from 79-78-223-131.dynamic.dsl.as9105.com ([79.78.223.131] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Svt2q-0007Ft-9g; Mon, 30 Jul 2012 16:42:12 +0000 From: Andy Whitcroft To: kernel-team@lists.ubuntu.com Subject: [PATCH 2/2] UBUNTU: [Config] add dtb_file configuration for highbank Date: Mon, 30 Jul 2012 17:42:08 +0100 Message-Id: <1343666528-6505-3-git-send-email-apw@canonical.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1343666528-6505-1-git-send-email-apw@canonical.com> References: <1343666528-6505-1-git-send-email-apw@canonical.com> Cc: Andy Whitcroft X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/1030600 Signed-off-by: Andy Whitcroft --- debian.master/rules.d/armhf.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian.master/rules.d/armhf.mk b/debian.master/rules.d/armhf.mk index 47fe382..6073eee 100644 --- a/debian.master/rules.d/armhf.mk +++ b/debian.master/rules.d/armhf.mk @@ -10,3 +10,5 @@ no_dumpfile = true loader = grub +# Flavour specific configuration. +dtb_file_highbank = arch/$(build_arch)/boot/highbank.dtb