diff options
author | Tony Lindgren <tony@atomide.com> | 2015-01-13 08:49:27 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-01-13 08:58:25 -0800 |
commit | 5c5f9b42b5749d2424048b3e0735218f4cf03747 (patch) | |
tree | 0f706b008e382eb699d245c1d909246081a1f6c6 /arch/arm/mach-omap2/Kconfig | |
parent | 6b7720f992813bdf5146631e8b55d577948989d7 (diff) | |
download | talos-obmc-linux-5c5f9b42b5749d2424048b3e0735218f4cf03747.tar.gz talos-obmc-linux-5c5f9b42b5749d2424048b3e0735218f4cf03747.zip |
ARM: OMAP3: Remove cm-t3517 legacy support
This board is working with device tree based booting so there should
not be any need to keep the legacy booting support around. People
using this board can boot it with appended DTB with existing bootloader.
By removing the 3517 legacy booting support we can get a bit closer to
making all of omap3 boot in device tree only mode.
Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index ba3a7a181844..209456ec90bf 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -252,12 +252,6 @@ config MACH_CM_T35 select MACH_CM_T3730 select OMAP_PACKAGE_CUS -config MACH_CM_T3517 - bool "CompuLab CM-T3517 module" - depends on ARCH_OMAP3 - default y - select OMAP_PACKAGE_CBB - config MACH_CM_T3730 bool |