From patchwork Fri Feb 8 10:03:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anatolij Gustschin X-Patchwork-Id: 219087 X-Patchwork-Delegate: wd@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id CBD832C008C for ; Fri, 8 Feb 2013 21:05:19 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 76C054A133; Fri, 8 Feb 2013 11:05:09 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E95EMSVKJ0DS; Fri, 8 Feb 2013 11:05:09 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5661E4A14E; Fri, 8 Feb 2013 11:04:33 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DCE504A11A for ; Fri, 8 Feb 2013 11:04:23 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jqSKKpreh4eQ for ; Fri, 8 Feb 2013 11:04:23 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by theia.denx.de (Postfix) with ESMTPS id 55C054A0C7 for ; Fri, 8 Feb 2013 11:04:01 +0100 (CET) Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3Z2X6S2zQHz3hjpS for ; Fri, 8 Feb 2013 11:04:00 +0100 (CET) X-Auth-Info: q5I4lHG9/Z9Hz1rkn6/a3/3WELhv38UZ7rgpnOLTEe8= Received: from localhost (p4FDE7268.dip.t-dialin.net [79.222.114.104]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA id 3Z2X6S1wZMzbbfK for ; Fri, 8 Feb 2013 11:04:00 +0100 (CET) From: Anatolij Gustschin To: u-boot@lists.denx.de Date: Fri, 8 Feb 2013 11:03:50 +0100 Message-Id: <1360317830-28525-9-git-send-email-agust@denx.de> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1360317830-28525-1-git-send-email-agust@denx.de> References: <1360317830-28525-1-git-send-email-agust@denx.de> Subject: [U-Boot] [PATCH 8/8] mpc512x: pdm360ng: drop not needed memory node fixup X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de ft_cpu_setup() already does memory node fixup, no need to do it again. Signed-off-by: Anatolij Gustschin --- board/pdm360ng/pdm360ng.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/board/pdm360ng/pdm360ng.c b/board/pdm360ng/pdm360ng.c index a1f2d5e..3048acd 100644 --- a/board/pdm360ng/pdm360ng.c +++ b/board/pdm360ng/pdm360ng.c @@ -500,7 +500,6 @@ void ft_board_setup(void *blob, bd_t *bd) int rc, i = 0; ft_cpu_setup(blob, bd); - fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize); #ifdef CONFIG_FDT_FIXUP_PARTITIONS fdt_fixup_mtdparts(blob, nodes, ARRAY_SIZE(nodes)); #endif