diff options
Diffstat (limited to 'include/configs/pcm051.h')
-rw-r--r-- | include/configs/pcm051.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h index cc8d317..478f805 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 |