From patchwork Tue Feb 17 22:29:48 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 440744 X-Patchwork-Delegate: twarren@nvidia.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 E94531400D5 for ; Wed, 18 Feb 2015 09:38:50 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 877CC4B672; Tue, 17 Feb 2015 23:38:48 +0100 (CET) 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 Rg0FLYT-Z4GQ; Tue, 17 Feb 2015 23:38:48 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B7D644B6A1; Tue, 17 Feb 2015 23:38:43 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 78D1D4B67B for ; Tue, 17 Feb 2015 23:38:40 +0100 (CET) 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 iBNRd0WP9lMS for ; Tue, 17 Feb 2015 23:38:40 +0100 (CET) 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-ig0-f201.google.com (mail-ig0-f201.google.com [209.85.213.201]) by theia.denx.de (Postfix) with ESMTPS id 1F6B64B676 for ; Tue, 17 Feb 2015 23:38:38 +0100 (CET) Received: by mail-ig0-f201.google.com with SMTP id b16so11651872igk.0 for ; Tue, 17 Feb 2015 14:38:37 -0800 (PST) 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=yxNbPoR8pzT0SgR6xEv/XtBts616A/LQeT4afQhKL+o=; b=DGjQeYqT1kUr5ftOb/IMlCKC86wXDpO9Z1ORmXLxOoV6mMeHxAe357kZfb88jrqPs+ fqY9GYjEWvc5wcsyEGvB0W+bkbmWXvUriwQGkqbAlJZs4PEHvyQrYgmeEIhEUyP7J2rK IavIaHJB98XdAZftoB2KwBDzk/74nPBfZ7K2s+4TkryRLJSdioupYsMeGxO885aHp0Hu V0FKqQmY+hXOAlIOG8Q/+8DuCvUwZYNPAtQwqlk9Z8W9G0qeh3b3ANr7UKvWlIo3D6Bk FdjLK5v8wsX6v3qjEloFwK0jnt9SGKSwwpqld5c0F3zaaTMJtWWWSyl5zdfZIE8E9v8G kP7Q== X-Gm-Message-State: ALoCoQmQNGndh+4Ff8dsKFizbX63CIQ23uUTLqGI9hyGbiGrRwOLgpKxE3FenOlTvrEfcHe24DIp X-Received: by 10.182.224.169 with SMTP id rd9mr26046387obc.41.1424212716986; Tue, 17 Feb 2015 14:38:36 -0800 (PST) Received: from corpmail-nozzle1-2.hot.corp.google.com ([100.108.1.103]) by gmr-mx.google.com with ESMTPS id kt5si4273347qcb.3.2015.02.17.14.38.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Feb 2015 14:38:36 -0800 (PST) Received: from kaki.bld.corp.google.com ([172.29.216.32]) by corpmail-nozzle1-2.hot.corp.google.com with ESMTP id Q2IErDjx.1; Tue, 17 Feb 2015 14:38:36 -0800 Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id ED6A2220857; Tue, 17 Feb 2015 15:30:09 -0700 (MST) From: Simon Glass To: U-Boot Mailing List Date: Tue, 17 Feb 2015 15:29:48 -0700 Message-Id: <1424212195-7501-15-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.2.0.rc0.207.ga3a616c In-Reply-To: <1424212195-7501-1-git-send-email-sjg@chromium.org> References: <1424212195-7501-1-git-send-email-sjg@chromium.org> Cc: Stephen Warren , Tom Warren Subject: [U-Boot] [PATCH 14/20] tegra: Increase maximum arguments to 32 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" When setting up large environment variables we can exceed 16 arguemnts. Increase this to avoid problems. Signed-off-by: Simon Glass --- include/configs/tegra-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index 005fc6a..14cc366 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -103,7 +103,7 @@ /* Print Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ sizeof(CONFIG_SYS_PROMPT) + 16) -#define CONFIG_SYS_MAXARGS 16 /* max number of command args */ +#define CONFIG_SYS_MAXARGS 32 /* max number of command args */ /* Boot Argument Buffer Size */ #define CONFIG_SYS_BARGSIZE (CONFIG_SYS_CBSIZE)