From patchwork Thu Mar 25 20:29:23 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frans Meulenbroeks X-Patchwork-Id: 71733 X-Patchwork-Delegate: prafulla@marvell.com Return-Path: X-Original-To: wd@gemini.denx.de Delivered-To: wd@gemini.denx.de Received: from diddl.denx.de (diddl.denx.de [10.0.0.6]) by gemini.denx.de (Postfix) with ESMTP id 9CE7BE8CCE4 for ; Thu, 25 Mar 2010 21:30:38 +0100 (CET) Received: from diddl.denx.de (localhost.localdomain [127.0.0.1]) by diddl.denx.de (Postfix) with ESMTP id 8EFDAC8C5CB5 for ; Thu, 25 Mar 2010 21:30:38 +0100 (CET) Received: from pop.mnet-online.de by diddl.denx.de with POP3 (fetchmail-6.3.9) for (single-drop); Thu, 25 Mar 2010 21:30:38 +0100 (CET) Received: from murder (svr19.m-online.net [192.168.3.147]) by backend2 (Cyrus v2.2.12) with LMTPA; Thu, 25 Mar 2010 21:29:53 +0100 X-Sieve: CMU Sieve 2.2 Received: from mail.m-online.net (localhost [127.0.0.1]) by frontend3.pop.m-online.net (Cyrus v2.2.13) with LMTPA; Thu, 25 Mar 2010 21:29:53 +0100 Received: from scanner-4.m-online.net (scanner-4.m-online.net [192.168.1.18]) by mail.m-online.net (Postfix) with ESMTP id 772A5200101; Thu, 25 Mar 2010 21:29:53 +0100 (CET) Received: from mxin-1.m-online.net ([192.168.6.164]) by scanner-4.m-online.net (scanner-4.m-online.net [192.168.1.18]) (amavisd-new, port 10026) with ESMTP id 00744-05-2; Thu, 25 Mar 2010 21:29:52 +0100 (CET) Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by mxin-1.m-online.net (Postfix) with ESMTP id 483C846AF34; Thu, 25 Mar 2010 21:29:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 709B6281E0; Thu, 25 Mar 2010 21:29:41 +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 kR6Y6AOCff8i; Thu, 25 Mar 2010 21:29:41 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4BD40281E3; Thu, 25 Mar 2010 21:29:36 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 196C8281D8 for ; Thu, 25 Mar 2010 21:29:34 +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 Z9iOmhw2zX0F for ; Thu, 25 Mar 2010 21:29:32 +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-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by theia.denx.de (Postfix) with ESMTP id 0BECC281C2 for ; Thu, 25 Mar 2010 21:29:30 +0100 (CET) Received: by ewy10 with SMTP id 10so2496055ewy.12 for ; Thu, 25 Mar 2010 13:29:30 -0700 (PDT) Received: by 10.213.1.215 with SMTP id 23mr655193ebg.88.1269548970186; Thu, 25 Mar 2010 13:29:30 -0700 (PDT) Received: from localhost.localdomain (j200125.upc-j.chello.nl [24.132.200.125]) by mx.google.com with ESMTPS id 16sm101291ewy.7.2010.03.25.13.29.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 25 Mar 2010 13:29:29 -0700 (PDT) From: Frans Meulenbroeks To: u-boot@lists.denx.de Date: Thu, 25 Mar 2010 21:29:23 +0100 Message-Id: <1269548963-18976-1-git-send-email-fransmeulenbroeks@gmail.com> X-Mailer: git-send-email 1.6.4.2 Subject: [U-Boot] [PATCH] sheevaplug: enabled long help X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de X-Virus-Scanned: by amavisd-new at m-online.net long help is more convenient to the user and the room for it is available... Signed-off-by: Frans Meulenbroeks --- include/configs/sheevaplug.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index fc401a8..fa6eaf4 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -46,6 +46,11 @@ #define CONFIG_KIRKWOOD_RGMII_PAD_1V8 /* Set RGMII Pad voltage to 1.8V */ /* + * Miscellaneous configurable options + */ +#define CONFIG_SYS_LONGHELP /* undef to save memory */ + +/* * CLKs configurations */ #define CONFIG_SYS_HZ 1000 @@ -97,6 +102,7 @@ #define CONFIG_CMD_NAND #define CONFIG_CMD_PING #define CONFIG_CMD_USB +#define CONFIG_SYS_LONGHELP /* * NAND configuration