ARM: OMAP2+: Remove legacy booting support for LogicPD Torpedo
authorTony Lindgren <tony@atomide.com>
Mon, 13 Jul 2015 07:51:02 +0000 (00:51 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 13 Jul 2015 07:51:02 +0000 (00:51 -0700)
commitd0796c4cd91dc9a329e48d2ff804532ed0b4c676
tree20f02faf08e030a10921d82cacb814b8be3aaddf
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590
ARM: OMAP2+: Remove legacy booting support for LogicPD Torpedo

We've been moving all omap2+ based systems to boot in device tree only
mode for a few years now. Only omap3 has legacy booting support
remaining. Most omap3 boards already have related arch/arm/boot/*.dts*
files for booting with device tree.

This board has support for device tree based booting, and we've been
printing warnings about the legacy booting being deprecated for a
few merge cycles now. Let's attempt to remove the legacy booting
for it.

The reason for removing the legacy booting support now rather than
later is we can simply revert this patch if necessary if we run
into some unexpected issues that are not trivial to fix for the
device tree based booting.

Cc: Tim Nordell <tim.nordell@logicpd.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/board-omap3logic.c [deleted file]