Hello,
We have several boards, based on the sitara, however, some of these boards have a different NAND flash. What I want to do, is to improve the read timings for the NAND flashes in u-boot. I've found the mem.h file, where I can set up these values. However, I've read something quite interesting:
* For every valid PRCM configuration there should be only one definition of
* the same. if values are independent of the board, this definition will be
* present in this file if values are dependent on the board, then this should
* go into corresponding mem-boardName.h file
This would imply that I could just as easily duplicate this file, place it in the configs directory and rename it to mem-<board>.h, right? Because I've done that and it doesn't seem to work. Perhaps I've placed this file in the wrong directory?
Kind regards,
Lapere Arend