From patchwork Tue Sep 29 15:47:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Harkin X-Patchwork-Id: 523923 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 166DB1402D8 for ; Wed, 30 Sep 2015 01:48:12 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 56A884B8ED; Tue, 29 Sep 2015 17:48:07 +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 8r9-bjFd_NzJ; Tue, 29 Sep 2015 17:48:07 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 610FB4B8EE; Tue, 29 Sep 2015 17:47:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 943444B8CA for ; Tue, 29 Sep 2015 17:47:42 +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 HjvSD5GChlJu for ; Tue, 29 Sep 2015 17:47:42 +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-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by theia.denx.de (Postfix) with ESMTPS id 5DCFF4B8BE for ; Tue, 29 Sep 2015 17:47:39 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so157098928wic.1 for ; Tue, 29 Sep 2015 08:47:38 -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=aWxqND3kZvbENoAee9WYJxXELHCudtBKTKFjcRSJI48o4kdWwbd32AnV2CVmvZniNa 2uY0zerQNVei8gmQMGHoCzP2x2ej+SxqEIO7CTuQOFxbZeg5WndPIaa5GfYJQYoQiPc8 Dv+GH1A/85Ex1uxI+B2S6eyxwYaK93F0c/M3evqKqB5T7y3LU+/g8vyL9okTghU5djFN JRdcEXe0Vn6rsq3WFdOon1Y8IpACxGs+Ua5UVBbthU6rRC7OHrZnIypT9nkLrrY+MjlC d4sswn8JzDsr6kL+HMKfO0zV8Z4HMPvF2R9rqTuXF+DpY1uWxGi6B8PXciIECuD5coMM v5Vg== X-Gm-Message-State: ALoCoQnNiEsFxAQ/fQMx2IFwecBVEvQs8/sApqOY56aTfMAWe9sWtMphlz/8LUrwGSAMdTrFeN1O X-Received: by 10.180.210.163 with SMTP id mv3mr19092408wic.40.1443541658746; Tue, 29 Sep 2015 08:47:38 -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 kb9sm24555824wjb.49.2015.09.29.08.47.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 29 Sep 2015 08:47:38 -0700 (PDT) From: Ryan Harkin To: ryan.harkin@linaro.org, u-boot@lists.denx.de, Albert Aribaud , Tom Rini Date: Tue, 29 Sep 2015 16:47:13 +0100 Message-Id: <1443541640-7810-4-git-send-email-ryan.harkin@linaro.org> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1443541640-7810-1-git-send-email-ryan.harkin@linaro.org> References: <1443541640-7810-1-git-send-email-ryan.harkin@linaro.org> Cc: Steve Rae Subject: [U-Boot] [PATCH v2 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