summaryrefslogtreecommitdiff
path: root/configs/sama5d36ek_cmp_spiflash_defconfig
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2017-09-18 07:25:58 (GMT)
committerAnatolij Gustschin <agust@denx.de>2017-09-29 15:50:04 (GMT)
commitfe32c6d159177e5ea184f5ae598babf32a360f31 (patch)
treeb94998c93df37481e23d672f64bf7374ea098104 /configs/sama5d36ek_cmp_spiflash_defconfig
parentd2cd09bb44452b89c6a5478ced61ccfd96e31cfd (diff)
downloadu-boot-fe32c6d159177e5ea184f5ae598babf32a360f31.tar.xz
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_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/sama5d36ek_cmp_spiflash_defconfig b/configs/sama5d36ek_cmp_spiflash_defconfig
index e29e3a8..1c004ef 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