From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 8 Nov 2012 13:42:14 +0100 Subject: [U-Boot] [PATCH] common/command.c: revert chanches from commit 199adb60 In-Reply-To: <1352375533-32145-1-git-send-email-agust@denx.de> References: <20121105195111.8a326673862d0552354e2815@freescale.com> <1352375533-32145-1-git-send-email-agust@denx.de> Message-ID: <20121108134214.71ccf032@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 8 Nov 2012 12:52:13 +0100 Anatolij Gustschin wrote: > commit 199adb601ff34bdbbd0667fac80dfe0a87bffc2b "common/misc: sparse > fixes" broke the help command trying to fix the sparse error > "command.c:44:38: error: bad constant expression". > > As Henrik points out, the fix was bad because the commit used > CONFIG_SYS_MAXARGS whereas the code intended to use the maximum > number of commands (not arguments to a command). > > Revert command.c changes to the original code as asked by Wolfgang. > > Reported-by: Henrik Nordstr?m > Signed-off-by: Anatolij Gustschin > --- > common/command.c | 9 +-------- > 1 files changed, 1 insertions(+), 8 deletions(-) Applied to u-boot-staging/agust at denx.de-urgent. Anatolij