From patchwork Fri Oct 9 16:18:01 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Harkin X-Patchwork-Id: 528296 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 74B3514029C for ; Sat, 10 Oct 2015 03:19:16 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 753C34B8B1; Fri, 9 Oct 2015 18:19:14 +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 93HOQ0P-pLG9; Fri, 9 Oct 2015 18:19:14 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 864824B8C4; Fri, 9 Oct 2015 18:18:52 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D9FF24B894 for ; Fri, 9 Oct 2015 18:18:27 +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 J0A5Nh-eoz6e for ; Fri, 9 Oct 2015 18:18:27 +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 mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by theia.denx.de (Postfix) with ESMTPS id 80E0A4B893 for ; Fri, 9 Oct 2015 18:18:23 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so73667483wic.0 for ; Fri, 09 Oct 2015 09:18:23 -0700 (PDT) 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=qMol8C+X2a5pRfW+olL2kl/rPjNbA1muYE+cvwXD6MI=; b=Noq4OkTwbigybchjCe6oErQbnnQPErjLQk2bfPO4J7p8gQJ+p/57VB75tq7evFCt9e SVwH3fiE1PGXNUYYSs10lA59WhsjicJF3Bw0miD1Lj4ssk6emQe3+9iAcQggGhOECNtZ 4H7bLLvJ7XX+vR2vQoP9hvK6y1Le8fL0vUkGRk8ye6248I7cyrUFccMO9quST6QitExL otU02LwX0G5bSD6KeNnQD4QUx1JmXK5mHZf1I2ZM0jIFOuYYs496CH96nTU4pe5fqpXX NCg0fRjE+8olalM2V04q0pPcP4saWgbAY/JXIvYTfKI6p1ve6u5YDiVpa5dCa5mZF9ym zaPw== X-Gm-Message-State: ALoCoQkh2BV3e67/t4DDDRDwoA0H1CiqLBm1Ke2GfKD/nEtnFqdy37vRVtXO7IiJbk4afpS20yLw X-Received: by 10.180.86.165 with SMTP id q5mr143134wiz.52.1444407502513; Fri, 09 Oct 2015 09:18:22 -0700 (PDT) Received: from localhost.localdomain (82-69-54-187.dsl.in-addr.zen.co.uk. [82.69.54.187]) by smtp.gmail.com with ESMTPSA id bf8sm2942173wjc.22.2015.10.09.09.18.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 09 Oct 2015 09:18:21 -0700 (PDT) From: Ryan Harkin To: ryan.harkin@linaro.org, u-boot@lists.denx.de, Albert Aribaud , Tom Rini Date: Fri, 9 Oct 2015 17:18:01 +0100 Message-Id: <1444407488-32646-4-git-send-email-ryan.harkin@linaro.org> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1444407488-32646-1-git-send-email-ryan.harkin@linaro.org> References: <1444407488-32646-1-git-send-email-ryan.harkin@linaro.org> Cc: Steve Rae Subject: [U-Boot] [PATCH v4 03/10] vexpress64: increase max gunzip size 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" vexpress64 kernels are usually over 8 MBytes in length, so setting the max uImage length to 64 Mbytes should give us plenty of scope for expansion. I mostly chose this length to match other board configs that use "(64 << 20)". Signed-off-by: Ryan Harkin Reviewed-by: Linus Walleij --- include/configs/vexpress_aemv8a.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h index 53b0f74..c54baf8 100644 --- a/include/configs/vexpress_aemv8a.h +++ b/include/configs/vexpress_aemv8a.h @@ -41,6 +41,8 @@ #error "Unknown board variant" #endif +#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */ + /* Flat Device Tree Definitions */ #define CONFIG_OF_LIBFDT