From patchwork Fri Apr 21 08:11:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexey Brodkin X-Patchwork-Id: 753189 X-Patchwork-Delegate: alexey.brodkin@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3w8T582g7cz9s2Q for ; Fri, 21 Apr 2017 18:13:16 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 178E4C21C40; Fri, 21 Apr 2017 08:12:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 87CB2C21BE5; Fri, 21 Apr 2017 08:12:41 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id F23B8C21C54; Fri, 21 Apr 2017 08:12:01 +0000 (UTC) Received: from smtprelay.synopsys.com (smtprelay4.synopsys.com [198.182.47.9]) by lists.denx.de (Postfix) with ESMTPS id 4FBFAC21C40 for ; Fri, 21 Apr 2017 08:11:58 +0000 (UTC) Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by smtprelay.synopsys.com (Postfix) with ESMTP id F3DF724E2159 for ; Fri, 21 Apr 2017 01:11:56 -0700 (PDT) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id E6B1ACB1; Fri, 21 Apr 2017 01:11:56 -0700 (PDT) Received: from abrodkin-7440l.internal.synopsys.com (abrodkin-7440l.internal.synopsys.com [10.121.8.101]) by mailhost.synopsys.com (Postfix) with ESMTP id 0903DCAC; Fri, 21 Apr 2017 01:11:55 -0700 (PDT) From: Alexey Brodkin To: u-boot@lists.denx.de Date: Fri, 21 Apr 2017 11:11:53 +0300 Message-Id: <1492762313-30164-1-git-send-email-abrodkin@synopsys.com> X-Mailer: git-send-email 2.7.4 Cc: Alexey Brodkin Subject: [U-Boot] [PATCH] boards: axs10x, nsim, tb100: Enable cmdline history X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Enable shell commands history on ARC boards for more convenience of users. Signed-off-by: Alexey Brodkin --- include/configs/axs10x.h | 1 + include/configs/nsim.h | 1 + include/configs/tb100.h | 1 + 3 files changed, 3 insertions(+) diff --git a/include/configs/axs10x.h b/include/configs/axs10x.h index 768e8fbfa423..8ff998ed98aa 100644 --- a/include/configs/axs10x.h +++ b/include/configs/axs10x.h @@ -96,6 +96,7 @@ #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_MAXARGS 16 +#define CONFIG_CMDLINE_EDITING /* * Environment settings diff --git a/include/configs/nsim.h b/include/configs/nsim.h index d6d26c74b43b..5bbf6108463e 100644 --- a/include/configs/nsim.h +++ b/include/configs/nsim.h @@ -37,6 +37,7 @@ */ #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_MAXARGS 16 +#define CONFIG_CMDLINE_EDITING /* * Environment settings diff --git a/include/configs/tb100.h b/include/configs/tb100.h index 115b3b3c5be5..fe8e6c4e3b30 100644 --- a/include/configs/tb100.h +++ b/include/configs/tb100.h @@ -60,6 +60,7 @@ #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_MAXARGS 16 +#define CONFIG_CMDLINE_EDITING /* * Environment settings