From patchwork Wed Sep 23 17:25:35 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Harkin X-Patchwork-Id: 521783 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 58D9A1401DE for ; Thu, 24 Sep 2015 03:26:41 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5AB8C4B92C; Wed, 23 Sep 2015 19:26:33 +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 YKzyhnDsg1j4; Wed, 23 Sep 2015 19:26:33 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7CCA44B939; Wed, 23 Sep 2015 19:26:31 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A7E8C4B92A for ; Wed, 23 Sep 2015 19:26:25 +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 rqhycDgV4Irn for ; Wed, 23 Sep 2015 19:26:25 +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-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) by theia.denx.de (Postfix) with ESMTPS id 134DF4B952 for ; Wed, 23 Sep 2015 19:26:19 +0200 (CEST) Received: by pacex6 with SMTP id ex6so46061967pac.0 for ; Wed, 23 Sep 2015 10:26:18 -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=DqdJcs+v95Rbf5fXAM3jZjrkTQgkoJoFYRO6uCOdDgw=; b=EftY6par9fVNrKMcAZLulsTL5qeSWY5KqSXqdeumSyvwjHQrI2UvQVG2anuGW/O8fE weAPHnMAQDkHRCFEjFJgz0/aFEmy0GYrK6VJY5UpsLEz0IgsSeRGoU/rTl/owwQNRRzx mZXqciIr+GUgNpWpYT+5LSc5daV7wsBogOakIHS/KcBaXjtBxap/sKNxJgEGtflS+Yhb QyMQzgadTyl4ANxLsaKRbsYFa0S6N/6ZRxvgRa7qHwLlOvIJGEV9UV7npOGMB6a+St0T 5UimrNBx4Zkp+gddAUN+NbJOgWJRoXlgzK9DQMYW7AK1HVReiWPdkHUQS+EniMpNORU5 mMIg== X-Gm-Message-State: ALoCoQlTiR+mXnbvTRh2AsB3FrZJsVR1SayIh0PV99qy9beXMyn6uKUlqSRNzzL9dMZR/fAbFOCz X-Received: by 10.68.195.3 with SMTP id ia3mr23183729pbc.106.1443029178259; Wed, 23 Sep 2015 10:26:18 -0700 (PDT) Received: from localhost.localdomain ([70.35.39.2]) by smtp.gmail.com with ESMTPSA id fm5sm9061765pab.24.2015.09.23.10.26.14 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 23 Sep 2015 10:26:17 -0700 (PDT) From: Ryan Harkin To: ryan.harkin@linaro.org, u-boot@lists.denx.de, Albert Aribaud , Tom Rini Date: Wed, 23 Sep 2015 10:25:35 -0700 Message-Id: <1443029143-22313-4-git-send-email-ryan.harkin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1443029143-22313-1-git-send-email-ryan.harkin@linaro.org> References: <1443029143-22313-1-git-send-email-ryan.harkin@linaro.org> Cc: Steve Rae , Masahiro Yamada Subject: [U-Boot] [PATCH 03/11] 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 05a34f7..7783a13 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"