From patchwork Wed Jun 5 07:08:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2673021 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 CC0873FD4F for ; Wed, 5 Jun 2013 18:10:49 +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 1Uk7lR-0007G9-J0; Wed, 05 Jun 2013 07:04:18 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uk7if-0007aX-Hl; Wed, 05 Jun 2013 07:01:17 +0000 Received: from mail-pb0-x236.google.com ([2607:f8b0:400e:c01::236]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uk7ic-0007YE-B5 for linux-arm-kernel@lists.infradead.org; Wed, 05 Jun 2013 07:01:15 +0000 Received: by mail-pb0-f54.google.com with SMTP id ro2so1362915pbb.27 for ; Wed, 05 Jun 2013 00:00:53 -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=hj/Y5hLvTFLZeFprT7RZt2+rEOshrbxXKlI/HWbHrTI=; b=FqPrEqUJ2w71iBs7yVatsz2YDlg/Zd4NShBN4v1MA+Ob/9nV3QTtW9WXLAHAgiYfc9 IvPQ3zEetuW1QZ2kaP08TJ0nRm0pPINy8htw1RzC++qKvJ3T8eZWlpJBjR3TtRhd+I5Z icu4hSPXqRAhd3nPkGZlE1Ciw/W2iCfSHU7S+MMJ+rZidLMplmuD4haW5q9FOBn2Pbab oUV7RIaerJ5t37PvFkAp2IMbiFe0BR5v3TxEoMR4L+yEo9v/YTe6+RviJjsn87/gXOe3 +ExQaw3R78JqosEzqn+lxSRpP///rip53iU27BU/w+4Ws28Sbcca+Qj6zrlWPhppVEA9 4HLg== X-Received: by 10.66.5.196 with SMTP id u4mr32426537pau.79.1370415653213; Wed, 05 Jun 2013 00:00:53 -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 eq4sm29300971pad.16.2013.06.05.00.00.51 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 05 Jun 2013 00:00:52 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Wed, 05 Jun 2013 16:08:21 +0900 Message-Id: <20130605070821.13311.23849.sendpatchset@w520> In-Reply-To: <20130605070616.13311.69049.sendpatchset@w520> References: <20130605070616.13311.69049.sendpatchset@w520> Subject: [PATCH 15/15] ARM: shmobile: Remove MEMORY_START uImage load address X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130605_030114_519464_31DBC71F X-CRM114-Status: UNSURE ( 7.19 ) 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 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 Remove the CONFIG_MEMORY_START dependency in Makefile.boot now when we keep track of board specific load addresses. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/Makefile.boot | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) --- 0021/arch/arm/mach-shmobile/Makefile.boot +++ work/arch/arm/mach-shmobile/Makefile.boot 2013-06-04 17:09:37.000000000 +0900 @@ -1,6 +1,5 @@ -loadaddr-y := $(shell /bin/bash -c 'printf "0x%08x" \ - $$[$(CONFIG_MEMORY_START) + 0x8000]') - +# per-board load address for uImage +loadaddr-y := loadaddr-$(CONFIG_MACH_AG5EVM) += 0x40008000 loadaddr-$(CONFIG_MACH_AP4EVB) += 0x40008000 loadaddr-$(CONFIG_MACH_APE6EVM) += 0x40008000