From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 25 Jan 2012 21:54:25 +0100 Subject: [U-Boot] [PATCH 06/14] cfb_console: Add function console_clear and console_clear_line In-Reply-To: <3133338.xu0oU6cFZ9@pali> References: <1327415291-13260-1-git-send-email-pali.rohar@gmail.com> <201201251908.32025.marek.vasut@gmail.com> <3133338.xu0oU6cFZ9@pali> Message-ID: <201201252154.25576.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > On Wednesday 25 January 2012 19:08:31 Marek Vasut wrote: > > > +static void console_clear(void) > > > > Do you use this function AT ALL? > > Yes, in patch which add ANSI terminal support to cfb_console. Why do you even need the support for ANSI terminal in the first place?