From patchwork Thu Aug 25 08:02:32 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 662693 X-Patchwork-Delegate: yamada.m@jp.panasonic.com 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 3sKcZW2CF4z9sBm for ; Thu, 25 Aug 2016 18:21:07 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b=x5hjbDlL; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4F302A7550; Thu, 25 Aug 2016 10:01:19 +0200 (CEST) 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 82AZ8igXuw6G; Thu, 25 Aug 2016 10:01:19 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BD8C7A755F; Thu, 25 Aug 2016 10:01:11 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2955AA7534 for ; Thu, 25 Aug 2016 10:00:59 +0200 (CEST) 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 GG9Il9WA-zM2 for ; Thu, 25 Aug 2016 10:00:59 +0200 (CEST) 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 conuserg-07.nifty.com (conuserg-07.nifty.com [210.131.2.74]) by theia.denx.de (Postfix) with ESMTPS id 6963EA7528 for ; Thu, 25 Aug 2016 10:00:54 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-07.nifty.com with ESMTP id u7P80TwE018443; Thu, 25 Aug 2016 17:00:30 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u7P80TwE018443 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1472112030; bh=uTUnd7VtDsb2WEwayU2Y72CHcqG4mAX6Dz9h63mvBzQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=x5hjbDlLcPTLDnWHfx4jDtQVeojzvhS8rAsPIL9zwDLWo9g+ID+gpCtXs3NPVC06y u6YEwIybRNCPSmt/Yon09+uAgwESvSEAWy7Cy9r5MluWaS3Y+LzgEssXaWXQpg5RL0 +3blyTmizb4OA9m2Eis2YQnoWwwRaF1y/YB3xKmvmPJYeCeubKrvgSPiAf5MmM+epf Ug8bzumyvMixtcjvW6n/kM/mK9fvr4CFQItga+QrZYPfwOsLAzCwHNC6LQYohs4VbG YYANZW/uGkKwh4+Fmxf9EicpvGFpDL9B2/beehEMcvIdXh/dC2bMn1b2p9RJDFJyKh uWAznTszfjs6Q== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Thu, 25 Aug 2016 17:02:32 +0900 Message-Id: <1472112154-6156-3-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1472112154-6156-1-git-send-email-yamada.masahiro@socionext.com> References: <1472112154-6156-1-git-send-email-yamada.masahiro@socionext.com> Subject: [U-Boot] [PATCH 2/3] ARM: uniphier: increase CONFIG_SYS_MALLOC_F_LEN for sLD3 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Commit 76c52ce29fd7 ("ARM: uniphier: increase CONFIG_SYS_MALLOC_F_LEN to bind all nodes") missed to increase this config for sLD3. This change is needed to add "u-boot,dm-pre-reloc" to some nodes; more devices are bound, more malloc memory is needed. Signed-off-by: Masahiro Yamada --- configs/uniphier_sld3_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/uniphier_sld3_defconfig b/configs/uniphier_sld3_defconfig index 598cde2..ca6c644 100644 --- a/configs/uniphier_sld3_defconfig +++ b/configs/uniphier_sld3_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_UNIPHIER=y CONFIG_ARCH_UNIPHIER_SLD3=y +CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_MICRO_SUPPORT_CARD=y CONFIG_SYS_TEXT_BASE=0x84000000 CONFIG_DEFAULT_DEVICE_TREE="uniphier-ph1-sld3-ref"