From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 4 Dec 2018 19:54:32 +0100 Subject: [U-Boot] [PATCH v2] cmd: add clear screen 'cls' command In-Reply-To: <20181201094720.24855-1-agust@denx.de> References: <20181201094720.24855-1-agust@denx.de> Message-ID: <20181204195432.374918ed@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 1 Dec 2018 10:47:20 +0100 Anatolij Gustschin agust at denx.de wrote: ... > Changes in v2: > - auto-select the command when CONFIG_LCD defined > instead of extending each affected board defconfig > - add Tested-by tag > > cmd/Kconfig | 8 ++++++++ > cmd/Makefile | 1 + > cmd/cls.c | 35 +++++++++++++++++++++++++++++++++++ > common/lcd.c | 8 -------- > 4 files changed, 44 insertions(+), 8 deletions(-) > create mode 100644 cmd/cls.c Applied to u-boot-video/master, thanks! -- Anatolij