Hi,
My purpose is to launch UBOOT into target LCDK but I have to change number of UART for console from UART2 to UART1.
I opened omapl138_lcdk.h file and I try to modify these "define" like this :
- CONFIG_SYS_NS16555_COM1 DAVINCI_UART1_BASE
- CONFIG_SYS_NS16555_CLK clk_get(DAVINCI_UART2_CLKID) I let this because DAVINCI_UART1_CLKID doen't exist.
- CONFIG_CONS_INDEX 1. I don't know what I can put here
Is it right? Is there another thing to do?
Best regards