diff options
author | Heiko Schocher <hs@denx.de> | 2016-05-25 07:23:45 +0200 |
---|---|---|
committer | Andreas Bießmann <andreas@biessmann.org> | 2016-06-26 20:17:22 +0200 |
commit | 289f979cc9585b68ff74971d90512847f9b3c868 (patch) | |
tree | 370df60ff33729f410e33a9b73c6af3d9716b58b /arch/arm/mach-at91 | |
parent | ce9844ce17e8f8d8b97d0962751265247a51cb01 (diff) | |
download | u-boot-imx-289f979cc9585b68ff74971d90512847f9b3c868.zip u-boot-imx-289f979cc9585b68ff74971d90512847f9b3c868.tar.gz u-boot-imx-289f979cc9585b68ff74971d90512847f9b3c868.tar.bz2 |
corvus DTS / DM support
Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
[rebase on current ToT, don't delete gurnard DTB creation]
Signed-off-by: Andreas Bießmann <andreas@biessmann.org>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 6180699..0ff0d1d 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -122,6 +122,10 @@ config TARGET_CORVUS bool "Support corvus" select CPU_ARM926EJS select SUPPORT_SPL + select DM + select DM_SERIAL + select DM_GPIO + select DM_ETH config TARGET_TAURUS bool "Support taurus" |