From patchwork Fri Oct 10 13:30:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 398567 X-Patchwork-Delegate: sjg@chromium.org 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 364BC1400A3 for ; Sat, 11 Oct 2014 00:37:07 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7BEA9A7474; Fri, 10 Oct 2014 15:36:34 +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 ybFCdLT9ujHP; Fri, 10 Oct 2014 15:36:34 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CFF2BA7487; Fri, 10 Oct 2014 15:36:07 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7F93DA73F5 for ; Fri, 10 Oct 2014 15:35:54 +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 fnaCRwldfKMA for ; Fri, 10 Oct 2014 15:35:54 +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-oi0-f73.google.com (mail-oi0-f73.google.com [209.85.218.73]) by theia.denx.de (Postfix) with ESMTPS id 3644EA7405 for ; Fri, 10 Oct 2014 15:35:47 +0200 (CEST) Received: by mail-oi0-f73.google.com with SMTP id u20so1163824oif.2 for ; Fri, 10 Oct 2014 06:35:46 -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=g1ZdN2Teq9PbvFdqNLZYwo73dKGVy6atiJQHMM2I/KY=; b=gjr5UofmD3+jePpNCFf67aF/UWcdtR6jyB7RaGl6yoQFY+ipSFdHx9IoqPc5mlEyHY ihURgqc4bwfS8LQHqgGcWVqsyRFhfZBUNtj3l5IRpjfc/wmvWW1HR8dWGzR4pGSUuWE2 rRolarf6N8D8lGegqXyvJ7TYfNS2JkiAtiX9KzHWto1BSG4b7M1dHRNbXSUR9a1WA5ro YetF5YNHi91UFe+Kw8NXZVrOL4LulxCygHa+NE/keDpXCCv4MerF/aJO06tWPKW0qfVc mNgq1aKzCPQfby+o/re1DvNHwEdOvMEtF6Ge01N6UnaF5L+pn/7g8EpjZ7y9xhOAWe2j Q+TQ== X-Gm-Message-State: ALoCoQnnDKGSo+79tZP6LTaiZiop33bb04I9HYwW0Yktc96qyEBd+6JaHRtI1rQWQ4PzLP3izEGm X-Received: by 10.182.85.165 with SMTP id i5mr3175559obz.42.1412948146379; Fri, 10 Oct 2014 06:35:46 -0700 (PDT) Received: from corpmail-nozzle1-1.hot.corp.google.com ([100.108.1.104]) by gmr-mx.google.com with ESMTPS id s23si203322yhf.0.2014.10.10.06.35.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Oct 2014 06:35:46 -0700 (PDT) Received: from kaki.bld.corp.google.com ([172.29.216.32]) by corpmail-nozzle1-1.hot.corp.google.com with ESMTP id IptkxjFm.1; Fri, 10 Oct 2014 06:35:46 -0700 Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id C67CA2214E6; Fri, 10 Oct 2014 07:35:45 -0600 (MDT) From: Simon Glass To: U-Boot Mailing List Date: Fri, 10 Oct 2014 07:30:17 -0600 Message-Id: <1412947821-1674-7-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.1.0.rc2.206.gedb03e5 In-Reply-To: <1412947821-1674-1-git-send-email-sjg@chromium.org> References: <1412947821-1674-1-git-send-email-sjg@chromium.org> Subject: [U-Boot] [PATCH 06/10] doc: Remove note about auto-complete not working with hush X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 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 It does seem to work (tested on link), so update the docs. Signed-off-by: Simon Glass --- README | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README b/README index 46def00..9d8eb92 100644 --- a/README +++ b/README @@ -2824,10 +2824,6 @@ CBFS (Coreboot Filesystem) support Enable auto completion of commands using TAB. - Note that this feature has NOT been implemented yet - for the "hush" shell. - - CONFIG_SYS_HUSH_PARSER Define this variable to enable the "hush" shell (from