On 09/26/2016 11:36 PM, [email protected] wrote: > From: Shaohui Xie <[email protected]> > > LPUART0 is used by default, and it's using platform clock, if a different > clock is preferred, user can define CONFIG_LPUART_CLK.
Shaohui, You may have to choose another name for macro CONFIG_LPUART_CLK. We need to avoid using CONFIG_*. If this clock is fixed on the board, you can use SYS_FSL_* name space. You can keep using CONFIG_LPUART for now, but eventually we will convert it to Kconfig option. York _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

