From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 6 May 2013 17:43:01 +0200 Subject: [U-Boot] [PATCH] Generalize "cls" command In-Reply-To: <1364669620-27063-1-git-send-email-agust@denx.de> References: <1364669620-27063-1-git-send-email-agust@denx.de> Message-ID: <20130506174301.2a0ff3f7@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Sat, 30 Mar 2013 19:53:40 +0100 Anatolij Gustschin wrote: > From: Pali Roh?r > > Add unified command "cls". Previously this command existed only > as part of the LCD driver, now it is available for other users > as well and supports clearing ANSI terminal. The command is > enabled for all boards defining CONFIG_LCD to be backward > compatible. > > Also add command description to README and fix nokia_rx51 > board config file to enable the "cls" command. > > Signed-off-by: Pali Roh?r > Cc: Marcel Mol > Signed-off-by: Anatolij Gustschin > --- > This patch is a rework based on the original patch > http://patchwork.ozlabs.org/patch/217492/ > > README | 1 + > common/Makefile | 1 + > common/cmd_cls.c | 37 +++++++++++++++++++++++++++++++++++++ > common/lcd.c | 13 ------------- > include/common.h | 9 +++++++++ > include/configs/nokia_rx51.h | 2 +- > 6 files changed, 49 insertions(+), 14 deletions(-) > create mode 100644 common/cmd_cls.c Applied to u-boot-staging/agust at denx.de after re-base. Thanks, Anatolij