From 4db4076206d643065c6cd5b87a7b014e15ff17e0 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 9 Aug 2013 11:22:14 -0400 Subject: am335x_evm: Use default baud rate table Signed-off-by: Tom Rini --- include/configs/am335x_evm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index dcc3d68b48..d6ccf265f0 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -315,8 +315,6 @@ #define CONFIG_OMAP_GPIO #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_BAUDRATE_TABLE { 110, 300, 600, 1200, 2400, \ -4800, 9600, 14400, 19200, 28800, 38400, 56000, 57600, 115200 } /* CPU */ #define CONFIG_ARCH_CPU_INIT -- cgit v1.2.1