On Wed, Jul 26, 2023 at 08:30:23PM +0800, Du Huanpeng wrote:

> - pinmux setup functions for debug uart
> - lowlevel initialization: sdram, pll, spi, debug uart
[snip]
> +/* Serial SPL */
> +#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_SERIAL)
> +#define CFG_SYS_NS16550_CLK          66000000
> +#define CFG_SYS_NS16550_COM1         0xbfe44000
> +#define CFG_SYS_NS16550_COM2         0xbfe48000
> +#define CFG_SYS_NS16550_COM3         0xbfe4c000
> +#define CFG_SYS_NS16550_COM4         0xbfe4c400
> +#define CFG_SYS_NS16550_COM5         0xbfe4c500
> +#define CFG_SYS_NS16550_COM6         0xbfe4c600
> +#endif

No guards around these please.

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to