diff options
author | Wenyou Yang | 2017-09-18 15:26:01 +0800 |
---|---|---|
committer | Anatolij Gustschin | 2017-09-29 17:51:56 +0200 |
commit | 40f3429415292566af97720d781263b27bbcaeeb (patch) | |
tree | f37f46f8d75f95367dcdb84e9ce56b5c01cb3285 /include/configs/at91sam9x5ek.h | |
parent | e974b08119348ec19c44ffcb1d4184fac9ea707b (diff) |
board: at91sam9x5ek: 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/configs/at91sam9x5ek.h')
-rw-r--r-- | include/configs/at91sam9x5ek.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/at91sam9x5ek.h b/include/configs/at91sam9x5ek.h index 1d4971c59f9..9450784521d 100644 --- a/include/configs/at91sam9x5ek.h +++ b/include/configs/at91sam9x5ek.h @@ -23,16 +23,6 @@ /* general purpose I/O */ #define CONFIG_ATMEL_LEGACY /* required until (g)pio is fixed */ -/* 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 - - /* * BOOTP options */ |