]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: Warn about deprecated legacy booting mode
authorTony Lindgren <tony@atomide.com>
Mon, 27 Oct 2014 20:05:54 +0000 (13:05 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 29 Oct 2014 19:19:20 +0000 (12:19 -0700)
commitedaf71c1c0102ba0493fbf192d9a591b04798e3d
tree428e1b5c3bc2e3ccab22615c35d06de53bba0173
parent96ccb287d7fa9ccf52ba40cf5113880c3f2327d3
ARM: OMAP2+: Warn about deprecated legacy booting mode

We're moving omaps to use device tree based booting and already have
omap2, omap4, omap5, am335x and am437x booting in device tree only
mode.

Only omap3 still has legacy booting still around and we really want
to make that device tree only. So let's add a warning about deprecated
legacy booting so we get people to upgrade their boards to use device
tree based booting and find out about any remaining issues.

Note that for most boards we already have the .dts file and those can
be booted with without changing the bootloader using the appended
DTB mode.

Acked-By: Sebastian Reichel <sre@kernel.org>
Reviewed-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Reviewed-by: Javier Martinez Canillas <javier@dowhile0.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_device.c