From patchwork Wed Jun 5 07:08:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2665721 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork1.kernel.org (Postfix) with ESMTP id 4320240077 for ; Wed, 5 Jun 2013 07:07:24 +0000 (UTC) Received: from merlin.infradead.org ([205.233.59.134]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uk7kd-00074g-Gu; Wed, 05 Jun 2013 07:03:28 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uk7iN-0007Yj-KU; Wed, 05 Jun 2013 07:00:59 +0000 Received: from mail-pd0-f175.google.com ([209.85.192.175]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uk7iL-0007WQ-Ha for linux-arm-kernel@lists.infradead.org; Wed, 05 Jun 2013 07:00:57 +0000 Received: by mail-pd0-f175.google.com with SMTP id 4so1387817pdd.34 for ; Wed, 05 Jun 2013 00:00:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=Dv0BKEaEuR800yvL1Yq9cT0GPTTdGwWxliMsr/Kxjv4=; b=QsMCs+KpZ2XR2/BtQHKGl2w/b8wcRulfaZgCQFypnddM3cA6NSBgBv3kwamuuDZhlS YXyHqXWDioqcyTRzPsk8s6o3cwhiMwAivDNMP2d3zRkgGp58iWu9xmAL2QMbDERaTM2K iceJRni/tqOjkfXtG9N+RqeVZFHYwLDJT8b7+OpXPwsQRcmBWdQh/gDX5efTauCfod7i 1fC9hiBkh1yqoF2As5eZgJw1W9OOhCEjwclcILwaTWBY8oquCPYz1bp9KhtdwdKhoSXE vXFZJwPMWRBIB+5y4/EieAc9e374ZusWJ22XzG0O5ZABU4lRW5Q2BPg1CNXNNcy8vtZ0 B+QQ== X-Received: by 10.66.26.231 with SMTP id o7mr21224994pag.207.1370415636082; Wed, 05 Jun 2013 00:00:36 -0700 (PDT) Received: from [127.0.0.1] (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id xd2sm27359752pac.15.2013.06.05.00.00.34 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 05 Jun 2013 00:00:35 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Wed, 05 Jun 2013 16:08:04 +0900 Message-Id: <20130605070804.13311.23928.sendpatchset@w520> In-Reply-To: <20130605070616.13311.69049.sendpatchset@w520> References: <20130605070616.13311.69049.sendpatchset@w520> Subject: [PATCH 13/15] ARM: shmobile: Marzen uImage rework X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130605_030057_670144_4E9E43C5 X-CRM114-Status: UNSURE ( 7.96 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.192.175 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (magnus.damm[at]gmail.com) -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_VALID_AU Message has a valid DKIM or DK signature from author's domain 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: arnd@arndb.de, Magnus Damm , horms@verge.net.au, laurent.pinchart@ideasonboard.com, olof@lixom.net, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Magnus Damm Add Marzen specific load addresses to Makefile.boot, both the C version of the code is covered as well as the DT -reference code. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/Makefile.boot | 2 ++ 1 file changed, 2 insertions(+) --- 0020/arch/arm/mach-shmobile/Makefile.boot +++ work/arch/arm/mach-shmobile/Makefile.boot 2013-06-04 17:05:38.000000000 +0900 @@ -13,6 +13,8 @@ loadaddr-$(CONFIG_MACH_KZM9G) += 0x41008 loadaddr-$(CONFIG_MACH_KZM9G_REFERENCE) += 0x41008000 loadaddr-$(CONFIG_MACH_LAGER) += 0x40008000 loadaddr-$(CONFIG_MACH_MACKEREL) += 0x40008000 +loadaddr-$(CONFIG_MACH_MARZEN) += 0x60008000 +loadaddr-$(CONFIG_MACH_MARZEN_REFERENCE) += 0x60008000 __ZRELADDR := $(shell /bin/bash -c \ 'echo $(loadaddr-y) | tr " " "\n" | sort | uniq')