From patchwork Wed Dec 17 09:42:14 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 5505901 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 7B6359F30B for ; Wed, 17 Dec 2014 09:39:34 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 53579209EA for ; Wed, 17 Dec 2014 09:39:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7914D209CF for ; Wed, 17 Dec 2014 09:39:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751853AbaLQJjc (ORCPT ); Wed, 17 Dec 2014 04:39:32 -0500 Received: from mail-pd0-f178.google.com ([209.85.192.178]:48671 "EHLO mail-pd0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751841AbaLQJjb (ORCPT ); Wed, 17 Dec 2014 04:39:31 -0500 Received: by mail-pd0-f178.google.com with SMTP id r10so15917270pdi.9 for ; Wed, 17 Dec 2014 01:39:30 -0800 (PST) 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=+9IdKXre2zj8NtQoi9uj7Y5nWv1GhQAUXC5p5TQFueI=; b=KVmMMUfk5vZR89ucFTS9q+ryvEdoLBFdvjVpbK5fl8WHO8hBxYiYxhnK7oYG0/ZCTR SYyomf5TohBlZ9t+oTnGp6shzPiY0UwC6ozl8q2Qpvvjf6scppgEsk341O7gSQZNfykx +VZDFX5Hv6mmma6YLoZv8COwDdsanTD2JcnvRgTj07OOkNWCF3uBcgq8x9XQ32wgZI1I D8Tc+/7iBnPtYFhcTgDh8iDFusHoBUIJL/tIk5WiR2BdX84H52ukyeUULuV7rnKwD0vj NPcdbcBc2xNWANOMO/FU9JxwMjzokDcnFqyZ2Hf7ZEoEsIZQAjU9Y+ZwRThGC85Izxk7 EvWQ== X-Received: by 10.68.203.130 with SMTP id kq2mr68981973pbc.1.1418809170342; Wed, 17 Dec 2014 01:39:30 -0800 (PST) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id vz3sm3419313pab.2.2014.12.17.01.39.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Dec 2014 01:39:29 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: ulrich.hecht+renesas@gmail.com, Magnus Damm , horms@verge.net.au, geert+renesas@glider.be Date: Wed, 17 Dec 2014 18:42:14 +0900 Message-Id: <20141217094214.7039.68681.sendpatchset@w520> In-Reply-To: <20141217094204.7039.45337.sendpatchset@w520> References: <20141217094204.7039.45337.sendpatchset@w520> Subject: [PATCH v2 01/05] ARM: shmobile: kzm9g-reference: 0x48008000 load address Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Adjust the load address for the KZM9G DT reference case to make it compatible with upcoming sh73a0 Multiplatform and CONFIG_AUTO_ZRELADDR=y. Without the not-yet-merged sh73a0 multiplatform support the KZM9G uImage can be built without any special care, but once we go DTS-only then the Makefile.boot entry will disappear and the Multiplatform image will be built using CONFIG_AUTO_ZRELADDR=y. To generate an uImage for KZM9G the following example can be followed: $ make ARCH=arm LOADADDR=0x48008000 uImage For now simply adjust the non-multiplatform KZM9G DT reference implementation to be compatible with ZRELADDR. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/Makefile.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/arch/arm/mach-shmobile/Makefile.boot +++ work/arch/arm/mach-shmobile/Makefile.boot 2014-12-17 16:21:58.000000000 +0900 @@ -6,7 +6,7 @@ loadaddr-$(CONFIG_MACH_ARMADILLO800EVA) loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000 loadaddr-$(CONFIG_MACH_BOCKW_REFERENCE) += 0x60008000 loadaddr-$(CONFIG_MACH_KZM9G) += 0x41008000 -loadaddr-$(CONFIG_MACH_KZM9G_REFERENCE) += 0x41008000 +loadaddr-$(CONFIG_MACH_KZM9G_REFERENCE) += 0x48008000 loadaddr-$(CONFIG_MACH_MACKEREL) += 0x40008000 loadaddr-$(CONFIG_MACH_MARZEN) += 0x60008000