From patchwork Sat Nov 26 11:39:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 127784 X-Patchwork-Delegate: marek.vasut@gmail.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 433351007D5 for ; Sat, 26 Nov 2011 22:40:57 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EDB18280E1; Sat, 26 Nov 2011 12:40:24 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 fPGuqOMQrcbl; Sat, 26 Nov 2011 12:40:24 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 31C66280E2; Sat, 26 Nov 2011 12:40:05 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 497362808B for ; Sat, 26 Nov 2011 12:39:35 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 GH8Cw6ZVRYN8 for ; Sat, 26 Nov 2011 12:39:34 +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-bw0-f44.google.com (mail-bw0-f44.google.com [209.85.214.44]) by theia.denx.de (Postfix) with ESMTPS id 613D828086 for ; Sat, 26 Nov 2011 12:39:32 +0100 (CET) Received: by mail-bw0-f44.google.com with SMTP id zv15so5273047bkb.3 for ; Sat, 26 Nov 2011 03:39:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=IHuKq59kTkAZ8iKTZDwZM0Udinq/vSqmvWljPCGa+XI=; b=lcWKVxLHQOBvsMzgHKbmWl8066FHMPckm1qy5eNdBGpAPwrsOg5uj/RTWgq7ttTbu7 EvdDkWOSMr0Qr+64r4RqgfDvoX914zMB2AG4tThR1qF1HIk+40LRwHmvp2Pvd8mU3C8m cR2MVYE5EP3zYa6TUPs51VBN7Bpa5RYmS0tC8= Received: by 10.204.154.137 with SMTP id o9mr37100380bkw.80.1322307572157; Sat, 26 Nov 2011 03:39:32 -0800 (PST) Received: from mashiro.kolej.mff.cuni.cz (vasut.kolej.mff.cuni.cz. [78.128.198.52]) by mx.google.com with ESMTPS id l26sm31805438fad.17.2011.11.26.03.39.31 (version=SSLv3 cipher=OTHER); Sat, 26 Nov 2011 03:39:31 -0800 (PST) From: Marek Vasut To: u-boot@lists.denx.de Date: Sat, 26 Nov 2011 12:39:09 +0100 Message-Id: <1322307562-18908-6-git-send-email-marek.vasut@gmail.com> X-Mailer: git-send-email 1.7.7.1 In-Reply-To: <1322307562-18908-1-git-send-email-marek.vasut@gmail.com> References: <1322307562-18908-1-git-send-email-marek.vasut@gmail.com> Subject: [U-Boot] [PATCH 06/19] PXA: Enable command line editing for vpac270 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 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 Signed-off-by: Marek Vasut --- include/configs/vpac270.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index 8accebf..41f8a6b 100644 --- a/include/configs/vpac270.h +++ b/include/configs/vpac270.h @@ -158,6 +158,8 @@ #define CONFIG_SYS_MAXARGS 16 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE #define CONFIG_SYS_DEVICE_NULLDEV 1 +#define CONFIG_CMDLINE_EDITING 1 +#define CONFIG_AUTO_COMPLETE 1 /* * Clock Configuration