Re: [U-Boot] multichannel mmc strangeness on omap

2012-07-30 Thread Steve Sakoman
On Mon, Jul 30, 2012 at 7:27 AM, Tom Rini wrote: >> After adding a few printf's, it seems that the crash/hang is occurring >> when calling env_relocate_spec in env_nand.c, which of course is >> completely unrelated code! > > I've spent some time scratching my head against a hang in the same spot,

Re: [U-Boot] multichannel mmc strangeness on omap

2012-07-30 Thread Tom Rini
On Mon, Jul 30, 2012 at 06:36:24AM -0700, Steve Sakoman wrote: > Does anyone have any experience enabling the second or third mmc > channels in u-boot on an omap3 board? > > I used the feature successfully a couple of years ago on Overo, but of > course there have been many changes in the mmc code

[U-Boot] multichannel mmc strangeness on omap

2012-07-30 Thread Steve Sakoman
Does anyone have any experience enabling the second or third mmc channels in u-boot on an omap3 board? I used the feature successfully a couple of years ago on Overo, but of course there have been many changes in the mmc code since then. Here's what I tried for overo with the current head of tree