diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/am335x_evm.h | 3 | ||||
| -rw-r--r-- | include/configs/igep0033.h | 3 | ||||
| -rw-r--r-- | include/configs/omap4_common.h | 4 | ||||
| -rw-r--r-- | include/configs/omap5_common.h | 3 | ||||
| -rw-r--r-- | include/configs/pcm051.h | 3 | ||||
| -rw-r--r-- | include/configs/ti814x_evm.h | 3 | 
6 files changed, 19 insertions, 0 deletions
| diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 941054d70..f01913421 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -294,6 +294,9 @@  #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 +  #define CONFIG_ENV_OVERWRITE		1  #define CONFIG_SYS_CONSOLE_INFO_QUIET diff --git a/include/configs/igep0033.h b/include/configs/igep0033.h index 14063a83e..1912d7df3 100644 --- a/include/configs/igep0033.h +++ b/include/configs/igep0033.h @@ -157,6 +157,9 @@  #define CONFIG_CONS_INDEX		1  #define CONFIG_BAUDRATE			115200 +/* CPU */ +#define CONFIG_ARCH_CPU_INIT +  #define CONFIG_ENV_OVERWRITE		1  #define CONFIG_SYS_CONSOLE_INFO_QUIET diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index 68faecace..d6448b052 100644 --- a/include/configs/omap4_common.h +++ b/include/configs/omap4_common.h @@ -87,6 +87,10 @@  #define CONFIG_BAUDRATE			115200  #define CONFIG_SYS_BAUDRATE_TABLE	{4800, 9600, 19200, 38400, 57600,\  					115200} + +/* CPU */ +#define CONFIG_ARCH_CPU_INIT +  /* I2C  */  #define CONFIG_HARD_I2C			1  #define CONFIG_SYS_I2C_SPEED		100000 diff --git a/include/configs/omap5_common.h b/include/configs/omap5_common.h index 7528f4c0b..deb5e9fd5 100644 --- a/include/configs/omap5_common.h +++ b/include/configs/omap5_common.h @@ -86,6 +86,9 @@  #define CONFIG_BAUDRATE			115200 +/* CPU */ +#define CONFIG_ARCH_CPU_INIT +  /* I2C  */  #define CONFIG_HARD_I2C  #define CONFIG_SYS_I2C_SPEED		100000 diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h index cc8d31719..478f805b7 100644 --- a/include/configs/pcm051.h +++ b/include/configs/pcm051.h @@ -193,6 +193,9 @@  #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 +  #define CONFIG_ENV_OVERWRITE  #define CONFIG_SYS_CONSOLE_INFO_QUIET diff --git a/include/configs/ti814x_evm.h b/include/configs/ti814x_evm.h index 6c423df37..eac5ad024 100644 --- a/include/configs/ti814x_evm.h +++ b/include/configs/ti814x_evm.h @@ -163,6 +163,9 @@  #define CONFIG_BAUDRATE			115200 +/* CPU */ +#define CONFIG_ARCH_CPU_INIT +  #define CONFIG_ENV_OVERWRITE  #define CONFIG_CONS_INDEX		1  #define CONFIG_SYS_CONSOLE_INFO_QUIET |