summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@microchip.com>2017-09-18 07:25:57 (GMT)
committerAnatolij Gustschin <agust@denx.de>2017-09-29 15:48:56 (GMT)
commitd2cd09bb44452b89c6a5478ced61ccfd96e31cfd (patch)
tree3686f77616fb74c065bc14825d92fd3602bd3f19 /include
parentec4e99a4a24c84069c710df3202ecb1e501ff60f (diff)
downloadu-boot-d2cd09bb44452b89c6a5478ced61ccfd96e31cfd.tar.xz
board: sama5d2_xplained: Convert to CONFIG_DM_VIDEO
Convert the board to support the video driver model, add the device tree node, and remove the unnecessary code. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sama5d2_xplained.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/configs/sama5d2_xplained.h b/include/configs/sama5d2_xplained.h
index 4f24a56..545ba17 100644
--- a/include/configs/sama5d2_xplained.h
+++ b/include/configs/sama5d2_xplained.h
@@ -35,18 +35,6 @@
#define CONFIG_SF_DEFAULT_SPEED 30000000
#endif
-/* LCD */
-
-#ifdef CONFIG_LCD
-#define LCD_BPP LCD_COLOR16
-#define LCD_OUTPUT_BPP 24
-#define CONFIG_LCD_LOGO
-#define CONFIG_LCD_INFO
-#define CONFIG_LCD_INFO_BELOW_LOGO
-#define CONFIG_ATMEL_HLCD
-#define CONFIG_ATMEL_LCD_RGB565
-#endif
-
#ifdef CONFIG_SD_BOOT
/* bootstrap + u-boot + env in sd card */