From patchwork Fri Feb 20 17:09:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 442063 X-Patchwork-Delegate: trini@ti.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 ACF4A140188 for ; Sat, 21 Feb 2015 04:10:31 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 489264A03A; Fri, 20 Feb 2015 18:10:30 +0100 (CET) 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 7FuMTbKo-3Dd; Fri, 20 Feb 2015 18:10:29 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A64484A032; Fri, 20 Feb 2015 18:10:29 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BF5414A032 for ; Fri, 20 Feb 2015 18:10:26 +0100 (CET) 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 ODuTZtlKMDZJ for ; Fri, 20 Feb 2015 18:10:26 +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-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) by theia.denx.de (Postfix) with ESMTPS id 461BD4A02E for ; Fri, 20 Feb 2015 18:10:24 +0100 (CET) Received: by padet14 with SMTP id et14so9356607pad.11 for ; Fri, 20 Feb 2015 09:10:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=cKlpJ2N7Or4/KLyN9xf0IzCiOMsNU1OEDGmideh9fBo=; b=Pp3mVeHCVeZhbnyH9LUZ85Ev5G8FonxrO/st0QpibjjMl0YDdMcf7fv2AzF9Lt18ko i75KLdsLVi1BvdIdmLQe9wP0jbncjso4C9d3oN/2rBLScd4rBwRyqw1S06QPTANv8Y/Y PjRV2LrBg8hmV1SIK+pQI/ThPoUE7/0vnGGFLdJH2NPHLf9JfVs3ReK1cGXN0TltlfEW MZHK5vWjNKLpDlyOXMZYc/L2c3TPMgHmNYyVXuQiMfVhUpRYkKW6LR6DnPQpbC+fMBFn VnfMoGIn/rf2cydCp9/b6DTS5/eSl6qiHR31Nz7F7YaNhGpCPIl9QNjf7qGsmgzyJhJi cqtw== X-Received: by 10.67.8.73 with SMTP id di9mr16671781pad.107.1424452222707; Fri, 20 Feb 2015 09:10:22 -0800 (PST) Received: from oscar.sesame (112.136.111.193.er.eaccess.ne.jp. [112.136.111.193]) by mx.google.com with ESMTPSA id ao5sm18025993pbc.66.2015.02.20.09.10.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 20 Feb 2015 09:10:21 -0800 (PST) From: Masahiro Yamada To: u-boot@lists.denx.de Date: Sat, 21 Feb 2015 02:09:56 +0900 Message-Id: <1424452201-2960-2-git-send-email-yamada.m@jp.panasonic.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1424452201-2960-1-git-send-email-yamada.m@jp.panasonic.com> References: <1424452201-2960-1-git-send-email-yamada.m@jp.panasonic.com> Cc: Tom Rini Subject: [U-Boot] [PATCH v4 1/6] ARM: UniPhier: set CONFIG_SYS_MALLOC_F to the global default value 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" It is true that malloc is necessary for Driver Model before relocation, but there is no good reason to reserve the malloc space more than enough. The default value 0x400 works well. Signed-off-by: Masahiro Yamada Reviewed-by: Simon Glass --- Changes in v3: None Changes in v2: None arch/arm/cpu/armv7/uniphier/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv7/uniphier/Kconfig b/arch/arm/cpu/armv7/uniphier/Kconfig index 1a47ac9..8fdef28 100644 --- a/arch/arm/cpu/armv7/uniphier/Kconfig +++ b/arch/arm/cpu/armv7/uniphier/Kconfig @@ -52,7 +52,7 @@ config SYS_MALLOC_F default y config SYS_MALLOC_F_LEN - default 0x2000 + default 0x400 config CMD_PINMON bool "Enable boot mode pins monitor command"