aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/Kconfig
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@microchip.com>2017-09-18 15:25:57 +0800
committerAnatolij Gustschin <agust@denx.de>2017-09-29 17:48:56 +0200
commitd2cd09bb44452b89c6a5478ced61ccfd96e31cfd (patch)
tree3686f77616fb74c065bc14825d92fd3602bd3f19 /arch/arm/mach-at91/Kconfig
parentec4e99a4a24c84069c710df3202ecb1e501ff60f (diff)
downloadu-boot-d2cd09bb44452b89c6a5478ced61ccfd96e31cfd.zip
u-boot-d2cd09bb44452b89c6a5478ced61ccfd96e31cfd.tar.gz
u-boot-d2cd09bb44452b89c6a5478ced61ccfd96e31cfd.tar.bz2
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 'arch/arm/mach-at91/Kconfig')
-rw-r--r--arch/arm/mach-at91/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 0e71b69..abc79d9 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -153,6 +153,7 @@ config TARGET_SAMA5D2_XPLAINED
select SAMA5D2
select SUPPORT_SPL
select BOARD_EARLY_INIT_F
+ select BOARD_LATE_INIT
config TARGET_SAMA5D27_SOM1_EK
bool "SAMA5D27 SOM1 EK board"