diff options
Diffstat (limited to 'include/configs/am335x_evm.h')
| -rw-r--r-- | include/configs/am335x_evm.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 41a303289..69ab076df 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -167,6 +167,8 @@  #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN	2  #define CONFIG_SYS_I2C_MULTI_EEPROMS +#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 } |