diff options
author | Tom Rini <trini@ti.com> | 2013-08-09 11:22:14 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-08-15 18:38:35 -0400 |
commit | 4db4076206d643065c6cd5b87a7b014e15ff17e0 (patch) | |
tree | e454149144821a38893080bfc26dbe59db9b311e | |
parent | 73feefdc1ab0173f5a3d12ed78f967d6c0664849 (diff) | |
download | u-boot-imx-4db4076206d643065c6cd5b87a7b014e15ff17e0.zip u-boot-imx-4db4076206d643065c6cd5b87a7b014e15ff17e0.tar.gz u-boot-imx-4db4076206d643065c6cd5b87a7b014e15ff17e0.tar.bz2 |
am335x_evm: Use default baud rate table
Signed-off-by: Tom Rini <trini@ti.com>
-rw-r--r-- | include/configs/am335x_evm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index dcc3d68..d6ccf26 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 |