From patchwork Thu Oct 1 17:43:28 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Harkin X-Patchwork-Id: 525205 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 7A086140D6D for ; Fri, 2 Oct 2015 03:44:12 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7337B4B999; Thu, 1 Oct 2015 19:44:05 +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 uCW4KohVF7uv; Thu, 1 Oct 2015 19:44:05 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 515034B99B; Thu, 1 Oct 2015 19:43:57 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C252C4B8D0 for ; Thu, 1 Oct 2015 19:43:51 +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 CIb1d27TUy-i for ; Thu, 1 Oct 2015 19:43:51 +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-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by theia.denx.de (Postfix) with ESMTPS id 88D654B889 for ; Thu, 1 Oct 2015 19:43:47 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so1434142wic.1 for ; Thu, 01 Oct 2015 10:43:46 -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=OmyACeo1RY38s0NUn+pM2Oi6C3xLiIZpGitXiesJ3g4=; b=YR56jsDmgXfOdc8zOLoCZTNE1F94GeLjdohNCwvmfXlaY5Ntdj4pnAis9TEq4S5je2 3hKev6HwHN1daDReEnnGouURv19owEnz7vD8JDHd1PNlDeh8QxfguAv2/4sKWVpB1Tdg pTYfAMTl52mQjOdMsCzKPq9RnsPu5oyHNiqUUj/XEF+2U3cppODDcZpUkRew7+lVNnlz mN3xikbOePPl+TPZRN8FPO8CbvemLkVq0dOEpa3PhIpkKf+2EvwlJWGwogtq1ocYSxAB sB/qGlT52MkT6iOMGCWg38bDNUkmuwxUDEyuboELq/PxdrUaj46VgjaLiiUSixsQ8Qc5 PCtg== X-Gm-Message-State: ALoCoQlbgZL5MM6xjVUR5SM1IYk9D+Ed6xnQU3QCNWg0QsfSlbQkPSGwlWnui5CE+GSRG/rnAUvW X-Received: by 10.180.87.1 with SMTP id t1mr42745wiz.33.1443721426548; Thu, 01 Oct 2015 10:43:46 -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 xt1sm7198426wjb.32.2015.10.01.10.43.45 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 01 Oct 2015 10:43:45 -0700 (PDT) From: Ryan Harkin To: ryan.harkin@linaro.org, u-boot@lists.denx.de, Albert Aribaud , Tom Rini Date: Thu, 1 Oct 2015 18:43:28 +0100 Message-Id: <1443721416-725-3-git-send-email-ryan.harkin@linaro.org> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1443721416-725-1-git-send-email-ryan.harkin@linaro.org> References: <1443721416-725-1-git-send-email-ryan.harkin@linaro.org> Cc: Steve Rae Subject: [U-Boot] [PATCH v3 02/10] Kconfig: add CONFIG_SYS_BOOTM_LEN 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" As config migrates from board config files to Kconfig, when adding CONFIG_SYS_BOOTM_LEN to a platform, I decided to add Kconfig support for CONFIG_SYS_BOOTM_LEN. Signed-off-by: Ryan Harkin Reviewed-by: Linus Walleij CC: Masahiro Yamada CC: Simon Glass CC: Linus Walleij --- Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Kconfig b/Kconfig index f364a7a..e86a60d 100644 --- a/Kconfig +++ b/Kconfig @@ -190,6 +190,13 @@ config SYS_CLK_FREQ help TODO: Move CONFIG_SYS_CLK_FREQ for all the architecture +config CONFIG_SYS_BOOTM_LEN + hex "Max uImage length" + help + Normally compressed uImages are limited to an uncompressed size of + 8 MBytes. If this is not enough, you can define CONFIG_SYS_BOOTM_LEN + to adjust this setting to your needs. + endmenu # Boot images source "common/Kconfig"