From patchwork Mon Jun 10 09:46:57 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2696551 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 90A5C3FD4F for ; Mon, 10 Jun 2013 09:39:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753127Ab3FJJj2 (ORCPT ); Mon, 10 Jun 2013 05:39:28 -0400 Received: from mail-pb0-f52.google.com ([209.85.160.52]:64492 "EHLO mail-pb0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752980Ab3FJJj1 (ORCPT ); Mon, 10 Jun 2013 05:39:27 -0400 Received: by mail-pb0-f52.google.com with SMTP id xa12so7024785pbc.25 for ; Mon, 10 Jun 2013 02:39:27 -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=VCcMdUUh6LPzseBAF8A5NTttk/p9n14wHxosjEtLOjU=; b=0TNqnj4Hn30E7uQpwMHpLT6MclG858Qchy9PRn/PUbuIHlrEva/gii0VhuwfrpkyGU ADtySgwTMtum+qhm1dBi4Z/5zAtQc8nal2JK9FPfjO1JHSG//DCj11c4mtUDKIw9DUil mWSMI/F9VNYE+I0BS/bXbxsvo/0ZlYmPLteGJm/ZS37Wl+19R5sw3VkE6PoVnV8lBWLC MYpbsFcQ31HljOk3Y+BRQYzlHJMT8zwOdCrs3aVpvwJweeZZIMzJ3JFrazimNu6gqleF lpecK6ePHA8QRTFvCo86B42typzufFblUELPX4otL0Jpyj/tmIn8arWXc43qZeyEvC/E 9Dsw== X-Received: by 10.66.222.228 with SMTP id qp4mr13193875pac.113.1370857167219; Mon, 10 Jun 2013 02:39:27 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id fn9sm14940266pab.2.2013.06.10.02.39.24 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 10 Jun 2013 02:39:26 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: arnd@arndb.de, horms@verge.net.au, laurent.pinchart@ideasonboard.com, olof@lixom.net, Magnus Damm , linux-arm-kernel@lists.infradead.org Date: Mon, 10 Jun 2013 18:46:57 +0900 Message-Id: <20130610094657.20803.96780.sendpatchset@w520> In-Reply-To: <20130610094638.20803.18484.sendpatchset@w520> References: <20130610094638.20803.18484.sendpatchset@w520> Subject: [PATCH 02/03] ARM: shmobile: Remove MEMORY_START/SIZE Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Magnus Damm Remove CONFIG_MEMORY_START and CONFIG_MEMORY_SIZE from mach-shmobile. Boards should use DT to specify their memory setup. Boards that still not support DT may pass ATAGS with memory information from the boot loader. If those ATAGS turn out to be incorrect then appended DTB with memory information should be used as a workaround. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/Kconfig | 31 ------------------------------- 1 file changed, 31 deletions(-) -- 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 --- 0007/arch/arm/mach-shmobile/Kconfig +++ work/arch/arm/mach-shmobile/Kconfig 2013-06-05 12:06:25.000000000 +0900 @@ -199,37 +199,6 @@ config CPU_HAS_INTEVT bool default y -menu "Memory configuration" - -config MEMORY_START - hex "Physical memory start address" - default "0x40000000" if MACH_AP4EVB || MACH_AG5EVM || \ - MACH_MACKEREL || MACH_BONITO || \ - MACH_ARMADILLO800EVA || MACH_APE6EVM || \ - MACH_LAGER - default "0x41000000" if MACH_KOTA2 - default "0x00000000" - ---help--- - Tweak this only when porting to a new machine which does not - already have a defconfig. Changing it from the known correct - value on any of the known systems will only lead to disaster. - -config MEMORY_SIZE - hex "Physical memory size" - default "0x80000000" if MACH_LAGER - default "0x40000000" if MACH_APE6EVM - default "0x20000000" if MACH_AG5EVM || MACH_BONITO || \ - MACH_ARMADILLO800EVA - default "0x1e000000" if MACH_KOTA2 - default "0x10000000" if MACH_AP4EVB || MACH_MACKEREL - default "0x04000000" - help - This sets the default memory size assumed by your kernel. It can - be overridden as normal by the 'mem=' argument on the kernel command - line. - -endmenu - menu "Timer and clock configuration" config SHMOBILE_TIMER_HZ