
Hi,
On Sat, 30 Mar 2013 19:53:40 +0100 Anatolij Gustschin agust@denx.de wrote:
From: Pali Rohár pali.rohar@gmail.com
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 pali.rohar@gmail.com Cc: Marcel Mol marcel@mesa.nl Signed-off-by: Anatolij Gustschin agust@denx.de
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@denx.de after re-base.
Thanks,
Anatolij