diff options
| author | Andre Przywara <[email protected]> | 2019-03-23 01:30:02 +0000 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2019-04-14 14:18:48 +0200 |
| commit | 7b64a70a3a0113f9cd5356b3260d4740edb03265 (patch) | |
| tree | 542f6f63f32a870932413028e2e97d4327630674 /include | |
| parent | c99ffd72ab1e94d9ffcf61d09f25b75f6a8baaaa (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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sunxi-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index b01d1c3c843..ee18260be69 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -449,7 +449,6 @@ extern int soft_i2c_gpio_scl; "stdout=serial,vga\0" \ "stderr=serial,vga\0" #elif CONFIG_DM_VIDEO -#define CONFIG_SYS_WHITE_ON_BLACK #define CONSOLE_STDOUT_SETTINGS \ "stdout=serial,vidconsole\0" \ "stderr=serial,vidconsole\0" |
