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.

MLO: SD card boot failed

Hi,
Am trying to boot through SDcard, in a custom board built by us. the MLO code
is failed at this point
//****************************************************
// initialize file system driver
    if (FileIoInit(&fileio_ops) != FILEIO_STATUS_OK)
    {
        OALMSG(OAL_ERROR, (L"BLSDCardDownload:  fileio init failed\r\n"));
        
        return BL_ERROR;
    }
//*********************************************************

can any one suggest what can be the problem...??

Thanks in Advance.