diff options
author | Wenyou Yang <wenyou.yang@atmel.com> | 2017-09-18 07:26:00 (GMT) |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2017-09-29 15:51:22 (GMT) |
commit | e974b08119348ec19c44ffcb1d4184fac9ea707b (patch) | |
tree | a3368bd6c865cca01f8fcf185bac57649be1ea02 /arch/arm/mach-at91/Kconfig | |
parent | 4b0467db538cc60fa02d448ed0758247d4607c63 (diff) | |
download | u-boot-e974b08119348ec19c44ffcb1d4184fac9ea707b.tar.xz |
board: sama5d4_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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index b4967f9..ebd865a 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -186,6 +186,7 @@ config TARGET_SAMA5D4_XPLAINED select SAMA5D4 select SUPPORT_SPL select BOARD_EARLY_INIT_F + select BOARD_LATE_INIT config TARGET_SAMA5D4EK bool "SAMA5D4 Evaluation Kit" |