Hi all,
I 'm trying to add my own code in u-boot source code for writing and reading from the Nand flash device.
my code,
char buf[2048] = {0};
char *ptr = &buf[0];
nand_write(&nand_info[0], 0x0, 4096, ptr);
wheather the above code works?
Regards,
santosh vastrad