[U-Boot] [PATCH] Generalize "cls" command
Anatolij Gustschin
agust at denx.de
Mon May 6 17:43:01 CEST 2013
Hi,
On Sat, 30 Mar 2013 19:53:40 +0100
Anatolij Gustschin <agust at denx.de> wrote:
> From: Pali Rohár <pali.rohar at 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 at gmail.com>
> Cc: Marcel Mol <marcel at mesa.nl>
> Signed-off-by: Anatolij Gustschin <agust at 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 at denx.de after re-base.
Thanks,
Anatolij
More information about the U-Boot
mailing list