hi,
we use the imx53.
I need to write a little test for the
spi interface through barebox. I just want to write a few bytes and read
them back.
To do the test i have an spi flash MX25L8005
which is supported by the nor driver m25p80.c.
In my board init code, i added spi successfully
(imx53_add_spi0(..)) but i have problems adding the eeprom.
Can anyone help me out with a little
board init code for the MX25L8005?
christian