Dear all:
I debug the L138 these days and it can boot from NAND now, a question is WHEN and HOW to boot the DSP. In the UBL, is disable the DSP, like this:
// First thing, put DSP in reset
DEVICE_disable_DSP();
so, I don't know when to and how to boot the DSP, and I realy don't know the steps to do this, pls help .