diff options
Diffstat (limited to 'include/configs/pcm051.h')
| -rw-r--r-- | include/configs/pcm051.h | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h index d0ea74e0b..478f805b7 100644 --- a/include/configs/pcm051.h +++ b/include/configs/pcm051.h @@ -20,6 +20,7 @@  #define __CONFIG_PCM051_H  #define CONFIG_AM33XX +#define CONFIG_OMAP  #include <asm/arch/omap.h> @@ -129,7 +130,6 @@  					+ (8 * 1024 * 1024))  #define CONFIG_SYS_LOAD_ADDR		0x80007fc0 /* Default load address */ -#define CONFIG_SYS_HZ			1000 /* 1ms clock */  #define CONFIG_MMC  #define CONFIG_GENERIC_MMC @@ -158,13 +158,12 @@   /* Platform/Board specific defs */  #define CONFIG_SYS_TIMERBASE		0x48040000	/* Use Timer2 */  #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */ -#define CONFIG_SYS_HZ			1000 +#define CONFIG_SYS_HZ			1000	/* 1ms clock */  #define CONFIG_CONS_INDEX		1  /* NS16550 Configuration */  #define CONFIG_SYS_NS16550  #define CONFIG_SYS_NS16550_SERIAL -#define CONFIG_SERIAL_MULTI  #define CONFIG_SYS_NS16550_REG_SIZE	(-4)  #define CONFIG_SYS_NS16550_CLK		(48000000)  #define CONFIG_SYS_NS16550_COM1		0x44e09000	/* Base EVM has UART0 */ @@ -194,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 |