]> git.ipfire.org Git - thirdparty/u-boot.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)
commit7b64a70a3a0113f9cd5356b3260d4740edb03265
tree542f6f63f32a870932413028e2e97d4327630674
parentc99ffd72ab1e94d9ffcf61d09f25b75f6a8baaaa
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