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.

Creating custom GEL file for OMAP-L138 Target

Other Parts Discussed in Thread: OMAP-L138

All:

Presently, the OMAP-L138_LCDK.gel file has been used for the LCDK and now an OMAP-based target board.

However, not all of the functional items are being used on the target.

Does that mean I should customize the PSC_All_On( ) function and remove functional areas that are not being used.

For instance, I know that SATA and USB are not being used, so should I comment out (or remove)

   PSC1_LPSC_enable(0, LPSC_USB20);

   PSC1_LPSC_enable(0, LPSC_USB11);

   CFGCHIP2 = 0x09F2; // Enable USB clock, PHY_PLLON, glue logic mux(USB2 ref clk input)

and so on... to comment out or remove all setups that are not being used in the final target?