Re: [U-Boot] spi flash env and driver model

2017-08-07 Thread Chris Packham
On Mon, Aug 7, 2017 at 10:31 PM, Chris Packham wrote: > Hi, > > I'm looking at a problem on the db-88f6820-amc board (which has it's > env on spi flash). Somewhere in the init sequence we get a crash. > > git bisect leads me to commit 8fee8845e7 ("enf_sf: reuse >

[U-Boot] spi flash env and driver model

2017-08-07 Thread Chris Packham
Hi, I'm looking at a problem on the db-88f6820-amc board (which has it's env on spi flash). Somewhere in the init sequence we get a crash. git bisect leads me to commit 8fee8845e7 ("enf_sf: reuse setup_flash_device instead of open coding it") but I don't think that's actually the problem. The