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.

OMAP L138 EVM U-boot config file

From the posts I learned here, the config file for OMAP L138 EVM board is da850evm.h, located in the u-boot/include/configs directory.

But it mentions about the Davinci board all over in the file.

What is the reason there is no file name like omapL138evm.h? (Just an example,  for OMAP3430 Zoom board there is an h file called omap3_zoom1.h)

  • Hi,

    From the posts I learned here, the config file for OMAP L138 EVM board is da850evm.h, located in the u-boot/include/configs directory.

    But it mentions about the Davinci board all over in the file.

    The OMAP-L1138 belongs to davinci family, So you will see the

    common configurations defined in there for Davinci platform.

    Regards,

    --Prabhakar Lad