From 959636797069c7ea77b44f4f52dd6851f9861737 Mon Sep 17 00:00:00 2001 From: Hannes Schmelzer Date: Fri, 6 Jul 2018 15:41:21 +0200 Subject: board/BuR/brppt1: drop LCD-support On this linux target long time ago the OS is using DRM driver for handling video output, the pre initialization of u-boot and the display summary screen is obsolete. With this patch we drop the LCD-support from thisd board. Signed-off-by: Hannes Schmelzer --- include/configs/brppt1.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/configs/brppt1.h b/include/configs/brppt1.h index a6cf9ac9b55..6a210b772b4 100644 --- a/include/configs/brppt1.h +++ b/include/configs/brppt1.h @@ -14,11 +14,6 @@ #include #include /* ------------------------------------------------------------------------- */ -#define CONFIG_AM335X_LCD -#define CONFIG_LCD_ROTATION -#define CONFIG_LCD_DT_SIMPLEFB -#define LCD_BPP LCD_COLOR32 - /* memory */ #define CONFIG_SYS_MALLOC_LEN (5 * 1024 * 1024) -- cgit v1.3.1