From 0735ac85224a8b518eec6792bac116781dc67aac Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 16 Jun 2020 19:06:01 -0400 Subject: Convert CONFIG_AM335X_LCD to Kconfig This converts the following to Kconfig: CONFIG_AM335X_LCD Signed-off-by: Tom Rini --- include/configs/brxre1.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/brxre1.h') diff --git a/include/configs/brxre1.h b/include/configs/brxre1.h index 9db011358eb..3a18aec5d33 100644 --- a/include/configs/brxre1.h +++ b/include/configs/brxre1.h @@ -15,9 +15,6 @@ #include #include /* ------------------------------------------------------------------------- */ -#if !defined(CONFIG_AM335X_LCD) -#define CONFIG_AM335X_LCD -#endif #define LCD_BPP LCD_COLOR32 /* memory */ -- cgit