]> git.baikalelectronics.ru Git - uboot.git/commit
sunxi: allow boards to de-select SYS_WHITE_ON_BLACK font scheme
authorAndre Przywara <andre.przywara@arm.com>
Sat, 23 Mar 2019 01:30:02 +0000 (01:30 +0000)
committerAnatolij Gustschin <agust@denx.de>
Sun, 14 Apr 2019 12:18:48 +0000 (14:18 +0200)
commit33c17e55593591726c2a925f10c30988edc2b89a
tree542f6f63f32a870932413028e2e97d4327630674
parentd391857e6b7ad2c897feba8a594731636efdc064
sunxi: allow boards to de-select SYS_WHITE_ON_BLACK font scheme

In the sunxi-common.h config header we unconditionally define
CONFIG_SYS_WHITE_ON_BLACK, although it's actually a Kconfig option which
could be individually selected by a user.
Remove this #define from the header and let it default to "y" on sunxi
boards (like we do for other platforms).

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/video/Kconfig
include/configs/sunxi-common.h