Hi,
I am using ti-processor-sdk-linux-am335x-evm-02.00.00.00 in which I have used md5() call in common/spl/spl_nand.c in u-boot.
But during compilation of u-boot I am getting below error:
"common/spl/spl_nand.c:139: undefined reference to `md5'".
I have also checked that cmd_md5sum also contains md5_wd(), but compiled successfully.
So, what should I change to compile spl_nand.c file successfully?
Thanks,
Ankit Bhalani