diff options
author | Wenyou Yang <wenyou.yang@atmel.com> | 2017-09-18 15:25:58 +0800 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2017-09-29 17:50:04 +0200 |
commit | fe32c6d159177e5ea184f5ae598babf32a360f31 (patch) | |
tree | b94998c93df37481e23d672f64bf7374ea098104 /configs/sama5d36ek_cmp_spiflash_defconfig | |
parent | d2cd09bb44452b89c6a5478ced61ccfd96e31cfd (diff) | |
download | u-boot-fe32c6d159177e5ea184f5ae598babf32a360f31.tar.gz |
board: sama5d3xek: 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 'configs/sama5d36ek_cmp_spiflash_defconfig')
-rw-r--r-- | configs/sama5d36ek_cmp_spiflash_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/sama5d36ek_cmp_spiflash_defconfig b/configs/sama5d36ek_cmp_spiflash_defconfig index e29e3a8098..1c004ef2ac 100644 --- a/configs/sama5d36ek_cmp_spiflash_defconfig +++ b/configs/sama5d36ek_cmp_spiflash_defconfig @@ -55,5 +55,6 @@ CONFIG_DM_SPI=y CONFIG_ATMEL_SPI=y CONFIG_TIMER=y CONFIG_ATMEL_PIT_TIMER=y -CONFIG_LCD=y +CONFIG_DM_VIDEO=y +CONFIG_ATMEL_HLCD=y CONFIG_FAT_WRITE=y |