
9 Apr
2019
9 Apr
'19
11:07 p.m.
On Sat, 23 Mar 2019 01:30:02 +0000 Andre Przywara andre.przywara@arm.com wrote:
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
drivers/video/Kconfig | 2 +- include/configs/sunxi-common.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-)
Applied to u-boot-video/master, thanks!
-- Anatolij