
On Fri, Mar 16, 2012 at 03:19:20PM -0700, Simon Glass wrote:
Hi Tom,
On Fri, Mar 16, 2012 at 2:53 PM, Tom Rini trini@ti.com wrote:
[snip]
So my request for a V5 is to boot with DEBUG enabled and compare CONFIG_SYS_GENERIC_BOARD=y and =n and fix the ordering issues. ?I suspect this will be complex, or at least a pain due to the unwieldyness I was talking about before of the merged list of calls being so very long and with PPC-specific stuff stuck in (and some ARM and so forth).
Well I created this by painstakingly comparing the ordering in the different archs and trying to come up with something reasonable. Clearly I got it wrong, but I don't think it's a big job to figure out the error. Hopefully it is not just an incompatibility between the archs.
Yeah. I suspect it'll be easier on you since that code feels like a place that once you've got a lot of mental notes made you can fiddle in quickly.
I will take a look.
k. Hoping v5 is as easy to turn on for omap* as it is for Tegra :)
Also for DEBUG, can you please tell me which file you added the DEBUG to?
include/configs/omap4_common.h since that's where I usually dump that (and it works fine in the old setup).