commit | 24db29d8efc2fec2cc817d79cc52cb13b308a1fe | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Sat Mar 23 01:30:02 2019 +0000 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Apr 14 14:18:48 2019 +0200 |
tree | 542f6f63f32a870932413028e2e97d4327630674 | |
parent | f6083215ac1ae860fc28564db2cbc4c0bd4cc246 [diff] |
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>