From patchwork Tue Jan 9 09:11:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jorge Ramirez-Ortiz, Gmail" X-Patchwork-Id: 857460 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="f4265IU9"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3zGBXf60qxz9s4s for ; Tue, 9 Jan 2018 23:39:14 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id F41BAC2200D; Tue, 9 Jan 2018 12:35:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 5D1D6C22016; Tue, 9 Jan 2018 12:34:38 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 2C631C2203C; Tue, 9 Jan 2018 09:11:34 +0000 (UTC) Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) by lists.denx.de (Postfix) with ESMTPS id D15F1C21F98 for ; Tue, 9 Jan 2018 09:11:33 +0000 (UTC) Received: by mail-wm0-f66.google.com with SMTP id i186so2627447wmi.4 for ; Tue, 09 Jan 2018 01:11:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:in-reply-to:references; bh=LwjxcxtfKRRR3LeSI0YyNWoICxHub0vg3jjJX1xqOsQ=; b=f4265IU9UxU3q7TLL3QWwJXlMOvc50O9WKwxS9UPrvrgH8GJRnC+52eJ+J4Lhqg+vD wCKlHgBha6OcbZxMREgAXi26YXfumYnQBAGMEtBkcreEVus8o2Xa80L21cpttgkfZ3fW AXCP01Z8UGBdBpczJrnpHnOdQztPlITNDGOCVH57k2SXCuezGc2D1GxNLJG4/j/bqnZp Y984+3lExXU+kpf4aCxsgBfjiU4wDtNGpU1np+S4f7O4jCKPMmpHnOP9vSRKwTUVeCkE gmqeWJFrFfDpJ3WtiG2JYBdAgXcDkXZY367vbcyIgip0Adi5k3CE7nkXs6MIhsOp+vg+ gFtQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=LwjxcxtfKRRR3LeSI0YyNWoICxHub0vg3jjJX1xqOsQ=; b=efIhGZLM4m8Vyslw/Wh/GEkCPODsGWIm9ZCfcXu89UJLfMO7XPJSBVKJnYMF2gl//W LPUrvxivh5FBBYL9Rc2+Tb/YhNC2PuTgNXVoYuGRlq1J3mKywMG5IVxcabTV4rpn6sbd oYmQVMvSPH4o40mnkrZ91dNnAgZxqCLhfUmxHyrZ9nMyGQNVFPd8fq2TenBtvpS++rbz SvfyPNR5aWqqI5jlw2DeueU/zD/pt0uFtHFtyw2aI/WZr/Cig+isxe7WqTJp6YfOwhEG Sl5u6eGDyJC7DrdQlX9AWhmu70wkHrHxi+1lgc0j29H/EW935GtH5ZsDOGEfTKvgE8Gu FpYQ== X-Gm-Message-State: AKwxytfTmWyBUl1JTxy1PDDE2/6TmcED3q6Ev2FTOBY5A2Xms5hmt846 KMpvdlCiyBPT80m16qJro7g= X-Google-Smtp-Source: ACJfBotNFXUQIESVlhLIGO9I6NNsm5Gk29gqDaymvSy880ioFW8H8qYxlJJS+bvbn8zcgfdxI94fSg== X-Received: by 10.28.169.197 with SMTP id s188mr772303wme.15.1515489093592; Tue, 09 Jan 2018 01:11:33 -0800 (PST) Received: from igloo.80.58.61.254 (141.pool85-51-114.dynamic.orange.es. [85.51.114.141]) by smtp.gmail.com with ESMTPSA id e132sm15617520wmd.40.2018.01.09.01.11.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 09 Jan 2018 01:11:33 -0800 (PST) From: Jorge Ramirez-Ortiz To: jorge.ramirez.ortiz@gmail.com, pbrobinson@gmail.com, U-Boot@lists.denx.de Date: Tue, 9 Jan 2018 10:11:27 +0100 Message-Id: <1515489088-6755-2-git-send-email-jorge.ramirez.ortiz@gmail.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1515489088-6755-1-git-send-email-jorge.ramirez.ortiz@gmail.com> References: <1515489088-6755-1-git-send-email-jorge.ramirez.ortiz@gmail.com> X-Mailman-Approved-At: Tue, 09 Jan 2018 12:34:31 +0000 Subject: [U-Boot] [PATCH 02/03] poplar: configs: increase gunzip buffer size for the kernel X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" From: Jorge Ramirez-Ortiz Signed-off-by: Jorge Ramirez-Ortiz --- include/configs/poplar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/poplar.h b/include/configs/poplar.h index 1c39ed1..8a12b52 100644 --- a/include/configs/poplar.h +++ b/include/configs/poplar.h @@ -18,7 +18,7 @@ #define CONFIG_NR_DRAM_BANKS 2 /* SYS */ -#define CONFIG_SYS_BOOTM_LEN 0x1400000 +#define CONFIG_SYS_BOOTM_LEN SZ_64M #define CONFIG_SYS_INIT_SP_ADDR 0x200000 #define CONFIG_SYS_LOAD_ADDR 0x800000 #define CONFIG_SYS_MALLOC_LEN SZ_32M