2012/8/28 Jonas Gorski <jonas.gorski at gmail.com>: >> + /* CFE has small NVRAM at 0x400 */ >> + fourcc = (u32 *)&buf[0x400]; > > buf is only 0x401 bytes big, but here pointing to bytes 0x400-0x403 - > does this even work? Well, it does... but it means nothing more than another bug. This time in my sflash driver. -- Rafał