]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: OMAP2+: Remove legacy booting support for Beagleboards
authorTony Lindgren <tony@atomide.com>
Mon, 4 May 2015 17:45:54 +0000 (10:45 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 6 May 2015 16:27:53 +0000 (09:27 -0700)
commitd203c5747e88f053e4ee373a939c05914c82eb1c
tree6dc3e8dcc172277e627752b9e24a948d7a673bdc
parent71115b30a3f55ceb52e41d80c6101960248195d1
ARM: OMAP2+: Remove legacy booting support for Beagleboards

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.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/board-omap3beagle.c [deleted file]