Hi Igor,
thank you for the link,
but the information in there is only a description how to get the information that a powerfail occured.
This is what my target already does.
In this case I disable the display backlight and other things.
One of this things is to save some data to the nand flash with the function mtd_panic_write()
I implemented this function in Kernel 3.0.43 on my own, but this changes doesn't work on Kernel 3.10.53.
Is it possible that the Kernel configuration changes this behavior ?
So what I am looking for is a implementation of _panic_write() function in gpmi_nand.c for the imx6dl controller.
Or is there any reason why this is implemented for imx23 and imx28, ... but not for imx6 ?