Hi All,
I am working on a MPC8313ERDB REVA4 board and need
to work with a nand device using u-boot. I am using u-boot version 1.3.2
and under the driver/mtd/nand directory there is a file called nand.c. In
this file it makes a call to a function called board_nand_init(). From
what I can tell this function is suppose to be located another nand.c file
located in board/freescale/mpc8313erdb but it seems to be missing. I
found this missing file on the website www.bitshrine.org/gpp/u-boot-1.1.6-mpc8313erdb-board.patch.
But I haven't been able to get the source code (nand.c) to compile it (unless I
comment out all errors of course). Any help would be greatly appreciated.
Thanks