-
- Downloads
video: Drop unused console functions
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 real-time-clock (RTC) support. When reintroducing, it might be useful to make a few changes: - Blink time would be more useful than blink count - The confusing #ifdefs should be avoided - The time functions should support driver model - It would be best keyed off console_tstc() or some similar idle loop rather than a particular input driver (i8042 in this case) Signed-off-by:Simon Glass <sjg@chromium.org> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com>
Showing
- README 0 additions, 7 deletionsREADME
- drivers/input/i8042.c 0 additions, 23 deletionsdrivers/input/i8042.c
- drivers/video/cfb_console.c 9 additions, 53 deletionsdrivers/video/cfb_console.c
- include/configs/MPC8536DS.h 0 additions, 1 deletioninclude/configs/MPC8536DS.h
- include/configs/MPC8544DS.h 0 additions, 1 deletioninclude/configs/MPC8544DS.h
- include/configs/MPC8572DS.h 0 additions, 1 deletioninclude/configs/MPC8572DS.h
- include/configs/MPC8641HPCN.h 0 additions, 1 deletioninclude/configs/MPC8641HPCN.h
Loading
Please register or sign in to comment