Re: [U-Boot] [PATCH 09/28] video: Drop unused console functions

2015-10-18 Thread Simon Glass
Hi Bin, On 15 September 2015 at 00:11, Bin Meng wrote: > Hi Simon, > > On Wed, Sep 9, 2015 at 12:32 PM, Simon Glass wrote: >> CONFIG_CONSOLE_CURSOR, CONFIG_SYS_CONSOLE_BLINK_COUNT and >> CONFIG_CONSOLE_TIME are not used by any board. The implementation is not >> great and stands in the way of a

Re: [U-Boot] [PATCH 09/28] video: Drop unused console functions

2015-09-14 Thread Bin Meng
Hi Simon, On Wed, Sep 9, 2015 at 12:32 PM, Simon Glass wrote: > CONFIG_CONSOLE_CURSOR, CONFIG_SYS_CONSOLE_BLINK_COUNT and > CONFIG_CONSOLE_TIME are not used by any board. The implementation is not > great and stands in the way of a refactor of i8042. Drop these for now. > They can be re-introduce

[U-Boot] [PATCH 09/28] video: Drop unused console functions

2015-09-08 Thread Simon Glass
CONFIG_CONSOLE_CURSOR, CONFIG_SYS_CONSOLE_BLINK_COUNT and CONFIG_CONSOLE_TIME are not used by any board. The implementation is not great and stands in the way of a refactor of i8042. Drop these for now. They can be re-introduced quite easily later, perhaps with driver model RTC support. When reint