[PATCH] ARM: allow DEBUG_UNCOMPRESS for omap2plus
From: tony@atomide.com (Tony Lindgren)
Date: 2013-08-02 07:29:25
Also in:
linux-omap
From: tony@atomide.com (Tony Lindgren)
Date: 2013-08-02 07:29:25
Also in:
linux-omap
* Stephen Warren [off-list ref] [130731 10:04]:
On 07/31/2013 12:46 AM, Tony Lindgren wrote:quoted
I think we're best off removing the remaining uncompress code configured port detection features as the port properties are now defined in kconfig anyways. That simplifies the code quite a bit.If you want to do that with OMAP, I'm happy to drop this patch.
Yes on my list of things to do..
For Tegra, automatic determination of the DEBUG_LL UART is rather useful, so I'm not going to give that up:-)
For omaps there's just too many options to try to detect anything. It seems the best strategy seems to be to just init things later on so DEBUG_LL is only needed when booting breaks really early on during the boot process. Regards, Tony