From patchwork Tue Dec 2 00:48:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 416652 X-Patchwork-Delegate: sjg@chromium.org 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 04396140284 for ; Tue, 2 Dec 2014 11:49:28 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6494F4B755; Tue, 2 Dec 2014 01:49:27 +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 eLY2mm6fmiBG; Tue, 2 Dec 2014 01:49:27 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A37064B714; Tue, 2 Dec 2014 01:49:26 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B8D264B714 for ; Tue, 2 Dec 2014 01:49:21 +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 ynytA7py+j09 for ; Tue, 2 Dec 2014 01:49:21 +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-f73.google.com (mail-pa0-f73.google.com [209.85.220.73]) by theia.denx.de (Postfix) with ESMTPS id 4FA114B703 for ; Tue, 2 Dec 2014 01:49:18 +0100 (CET) Received: by mail-pa0-f73.google.com with SMTP id lj1so1521830pab.4 for ; Mon, 01 Dec 2014 16:49:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=QhojklIe3PpOsFCdBUhmqif/xQ3nLI8qrqO+QjqzgZE=; b=MXmVdxkA70sh8YpywK+cc7tZm+cXLYthT31qO2BUMjl9IhTY6FBiZO+D2VHsRlyDY+ yane49LjeBAf1llHygaQUH2GPb/3Q74BSLqwCTmnW/FQbezne2Deh75Yzu1dvGHDbS/p jiWY/AkVwgO4ulmPvcn//mussFFw4WCPinVLphBg7GTu65+nLbto6CI8k8Fr6hsPSEkM 40pDiYEuH1DjpFRFg+Wdmp9ZIEBC2vZXEtFCNiX9cNpyEzzJYEl3eeMUl4XWl0B0gSY7 Rhehi55dUOTn0HYUvXV90DHfuGkJWmwJe+y1HOtYrtDODaBLXt8EtgOqOk8LBZ+wrnWx cGVQ== X-Gm-Message-State: ALoCoQkUZZxfXIlkjN4TLccxq40DKRwTWNmGp8ndVppyzJuuMdalncY59lUqfDCF6PCg1em0CXvR X-Received: by 10.68.125.134 with SMTP id mq6mr564575pbb.7.1417481357065; Mon, 01 Dec 2014 16:49:17 -0800 (PST) Received: from corpmail-nozzle1-2.hot.corp.google.com ([100.108.1.103]) by gmr-mx.google.com with ESMTPS id n63si772973yho.5.2014.12.01.16.49.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 01 Dec 2014 16:49:17 -0800 (PST) Received: from kaki.bld.corp.google.com ([172.29.216.32]) by corpmail-nozzle1-2.hot.corp.google.com with ESMTP id yi5m6Lb8.1; Mon, 01 Dec 2014 16:49:16 -0800 Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id 38E9A2208FA; Mon, 1 Dec 2014 17:49:16 -0700 (MST) From: Simon Glass To: U-Boot Mailing List Date: Mon, 1 Dec 2014 17:48:29 -0700 Message-Id: <1417481333-30526-2-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.2.0.rc0.207.ga3a616c In-Reply-To: <1417481333-30526-1-git-send-email-sjg@chromium.org> References: <1417481333-30526-1-git-send-email-sjg@chromium.org> Cc: Stephen Warren , Tom Warren Subject: [U-Boot] [PATCH 01/25] dm: tegra: config: Increase pre-reloc malloc() to 6KB X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 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 If we enable GPIOs as well as everything else, we need just over 4KB of space. Enlarge it a little. Signed-off-by: Simon Glass --- include/configs/tegra-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index 3ce566c..7de4b1d 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -46,7 +46,7 @@ * Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (4 << 20) /* 4MB */ -#define CONFIG_SYS_MALLOC_F_LEN (4 << 10) +#define CONFIG_SYS_MALLOC_F_LEN (6 << 10) #ifdef CONFIG_SPL_BUILD #define CONFIG_SYS_MALLOC_SIMPLE #endif