diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-06 01:26:16 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-06 01:26:16 +0200 |
commit | f5c254d719f4844df309c23bc7a84a40a07001a5 (patch) | |
tree | 04dcb01509f09c4fecbe3825a77b739967a78380 /include/configs | |
parent | 78da60773c4822b071f4b050910ee0fdda8c0b2b (diff) | |
download | u-boot-imx-f5c254d719f4844df309c23bc7a84a40a07001a5.zip u-boot-imx-f5c254d719f4844df309c23bc7a84a40a07001a5.tar.gz u-boot-imx-f5c254d719f4844df309c23bc7a84a40a07001a5.tar.bz2 |
Fix the machine-id of the Cogent csb637 board
Patch by Anders Larsen, 05 Oct 2005
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/csb637.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/csb637.h b/include/configs/csb637.h index d2c305d..071d5b7 100644 --- a/include/configs/csb637.h +++ b/include/configs/csb637.h @@ -34,6 +34,7 @@ #define CONFIG_ARM920T 1 /* This is an ARM920T Core */ #define CONFIG_AT91RM9200 1 /* It's an Atmel AT91RM9200 SoC */ +#define CONFIG_CSB637 1 /* on a CSB637 board */ #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ #define USE_920T_MMU 1 @@ -78,7 +79,7 @@ #define CFG_MALLOC_LEN (CFG_ENV_SIZE + 128*1024) #define CFG_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */ -#define CONFIG_BAUDRATE 38400 +#define CONFIG_BAUDRATE 115200 #define CFG_AT91C_BRGR_DIVISOR 75 /* hardcode so no __divsi3 : AT91C_MASTER_CLOCK / baudrate / 16 */ |