On an AM3517EVM, I get the message "mtdoops: mtd device (mtddev=name/number) must be supplied" during kernel boot. I also got many hits when I googled for this message. But, I never saw a clear explanation of its cause, or its consequence. Looking at the source code, apparently some required info wasn't set up properly before mtdoops_init() gets called.
What's interesting is that, almost without exception in postings containing this error message, whether on TI forums or elsewhere, the message is followed by the message "omap2-nand driver initializing". That suggests the omap2 code is doing something wrong. In other words, this error correlates with omap2 platforms, not with X86, PPC, etc.
Can anyone out there shed light on this?
Thanks,
Ron