[PATCH] ARM: OMAP2+: Warn about deprecated legacy booting mode

Aaro Koskinen aaro.koskinen at iki.fi
Mon Oct 27 16:01:38 PDT 2014


Hi,

On Mon, Oct 27, 2014 at 01:00:09PM -0700, Tony Lindgren wrote:
> +
> +	if (!of_have_populated_dt())
> +		pr_warn("WARNING: legacy booting deprecated, please update to boot with .dts\n");
> +

Maybe use WARN so that the warning is more verbose and kernel gets tainted?

A.



More information about the linux-arm-kernel mailing list