From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] cm-t35: increase the MAXARGS
Date: Mon, 8 Oct 2012 08:39:26 -0700 [thread overview]
Message-ID: <5072F3AE.2000806@ti.com> (raw)
In-Reply-To: <1349608655-11171-3-git-send-email-grinberg@compulab.co.il>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 10/07/12 04:17, Igor Grinberg wrote:
> Increase the MAXARGS to support more than 16 arguments.
>
> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> ---
> include/configs/cm_t35.h | 2 +- 1 files changed, 1
> insertions(+), 1 deletions(-)
>
> diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h
> index 8e28fbc..e18fb5a 100644 --- a/include/configs/cm_t35.h +++
> b/include/configs/cm_t35.h @@ -256,7 +256,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)
Why? This is the max number of arguments to a command in U-Boot not
the size of the command line arguments.
- --
Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/
iQIcBAEBAgAGBQJQcvOuAAoJENk4IS6UOR1W400P/1DjgD7n/1O19rZvZ0ET4wW1
b8hrNJXdWjuvQhB/suDurRHAaSicnBzavvAtg4ZGwMhqMfo4eg6fRfxNlB3fxMjE
HO5F188x07ycnwma4uDDhAnKOVve/iAYZbZTvMXK6QYQCnfA2FKtdliwRsQ4rN3r
a8nlkUc00mZrzKalk40KPP/8vWsaIc/EwgGaytnvpMRKqIGkZB/e1Ay028U678TH
k+P12xSHoE8WqiidsIJQAO+fCK5RUkHo7uJWg9q1eHAw/0CeEGGlpj2p2vVSgEuh
RxrsQn1/Bv6My5HuEhemcemgIbhHFCNFQ3LiY5cRDbDg49EJKkWkTq/zHhcxPJV0
zXAPINlTHUZ2NtWMHmk/VN7VdQL9at+IZvplGJ4oPSWLxi74ResdA64q17ICSiPN
cZEOk0vTkr1ib37Bboi/NNGmHpuWi0XY9lLYrJJSsqtOg5wqJw7uRo89MOPn2EXR
/pMHgqbaavYZzVw6wQ9Y1rxhhf+U+fo0x5nUbT9lGyXM9+FbXwsoXrf6eDmUNAPV
9t6/oVNh4FumZ64RHCucYUiluzXiV/eeKR6oeNfMhBzLqjec7gz0G/lMENoQada7
Du3RzAdsqbVGFL/4NKY2w1qZb+XDpQM+to4bJpRWeYq34potCwshmZJ4Ev7FSfpz
eTnaIqbfCMk1nnAuDsYo
=LfT0
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2012-10-08 15:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-07 11:17 [U-Boot] [PATCH 0/2] cm-t3x: minor config updates and cleanups Igor Grinberg
2012-10-07 11:17 ` [U-Boot] [PATCH 1/2] cm-t35: clean unused defines from config Igor Grinberg
2012-10-17 15:40 ` Tom Rini
2012-10-07 11:17 ` [U-Boot] [PATCH 2/2] cm-t35: increase the MAXARGS Igor Grinberg
2012-10-08 15:39 ` Tom Rini [this message]
2012-10-09 12:59 ` Igor Grinberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5072F3AE.2000806@ti.com \
--to=trini@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.