diff options
Diffstat (limited to 'include/configs/dra7xx_evm.h')
| -rw-r--r-- | include/configs/dra7xx_evm.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 93201be485d..e1d18a77830 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -27,9 +27,9 @@  #elif (CONFIG_CONS_INDEX == 3)  #define CONSOLEDEV			"ttyS2"  #endif -#define CONFIG_SYS_NS16550_COM1		UART1_BASE	/* Base EVM has UART0 */ -#define CONFIG_SYS_NS16550_COM2		UART2_BASE	/* UART2 */ -#define CONFIG_SYS_NS16550_COM3		UART3_BASE	/* UART3 */ +#define CFG_SYS_NS16550_COM1		UART1_BASE	/* Base EVM has UART0 */ +#define CFG_SYS_NS16550_COM2		UART2_BASE	/* UART2 */ +#define CFG_SYS_NS16550_COM3		UART3_BASE	/* UART3 */  #define CONFIG_SYS_OMAP_ABE_SYSCK | 
