This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335X U-boot compilation error

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