]> git.ipfire.org Git - people/ms/u-boot.git/commit
Revert "LCD: Add an option to skip registration as an stdio output"
authorAnatolij Gustschin <agust@denx.de>
Wed, 2 Dec 2015 14:38:00 +0000 (15:38 +0100)
committerAnatolij Gustschin <agust@denx.de>
Wed, 2 Dec 2015 14:46:58 +0000 (15:46 +0100)
commitf5bcfe151e61558572b9f9036c67d51bd831a436
treeed67950f5e13fc89c704798681e6c31568ae0506
parentbe30dfbabbee12770221f434d2aa08627e712b97
Revert "LCD: Add an option to skip registration as an stdio output"

This reverts commit 05bfe1321024e2ae0039dc16f17d2165610fb4fd.

As discussed on the list, we already have the needed functionality by
defining CONFIG_SYS_CONSOLE_IS_IN_ENV, CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
and adding custom overwrite_console() in the board code.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
common/lcd.c