From 26750c8aee2383a026e0cf89e9310628d3a5a6a0 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 19 Jun 2012 12:54:34 +0000 Subject: CONFIG_SYS_BAUDRATE_TABLE: Add , place there We provide a default table of { 9600, 19200, 38400, 57600, 115200 } in which mkconfig places after in the generated config file. This is used when a board has not set its own table. Signed-off-by: Tom Rini --- include/configs/eXalion.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/eXalion.h') diff --git a/include/configs/eXalion.h b/include/configs/eXalion.h index afb1de6..3238ac7 100644 --- a/include/configs/eXalion.h +++ b/include/configs/eXalion.h @@ -93,9 +93,6 @@ #define CONFIG_SYS_MAXARGS 8 /* max number of command args */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */ #define CONFIG_SYS_LOAD_ADDR 0x00100000 /* default load address */ - -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - #define CONFIG_MISC_INIT_R 1 /*----------------------------------------------------------------------- -- cgit v1.1