diff options
author | Wenyou Yang <wenyou.yang@microchip.com> | 2017-09-18 15:25:57 +0800 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2017-09-29 17:48:56 +0200 |
commit | d2cd09bb44452b89c6a5478ced61ccfd96e31cfd (patch) | |
tree | 3686f77616fb74c065bc14825d92fd3602bd3f19 /configs/sama5d2_xplained_spiflash_defconfig | |
parent | ec4e99a4a24c84069c710df3202ecb1e501ff60f (diff) | |
download | u-boot-d2cd09bb44452b89c6a5478ced61ccfd96e31cfd.tar.gz |
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 'configs/sama5d2_xplained_spiflash_defconfig')
-rw-r--r-- | configs/sama5d2_xplained_spiflash_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sama5d2_xplained_spiflash_defconfig b/configs/sama5d2_xplained_spiflash_defconfig index 869d405838..37572489e2 100644 --- a/configs/sama5d2_xplained_spiflash_defconfig +++ b/configs/sama5d2_xplained_spiflash_defconfig @@ -79,3 +79,5 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_ATMEL_USBA=y +CONFIG_DM_VIDEO=y +CONFIG_ATMEL_HLCD=y |