From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 30 Mar 2019 15:18:53 -0600 Subject: [U-Boot] [PATCH 8/8] sunxi: allow boards to de-select SYS_WHITE_ON_BLACK font scheme In-Reply-To: <20190323013002.27117-9-andre.przywara@arm.com> References: <20190323013002.27117-1-andre.przywara@arm.com> <20190323013002.27117-9-andre.przywara@arm.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 22 Mar 2019 at 19:32, Andre Przywara 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 > --- > drivers/video/Kconfig | 2 +- > include/configs/sunxi-common.h | 1 - > 2 files changed, 1 insertion(+), 2 deletions(-) Reviewed-by: Simon Glass