Fix the machine-id of the Cogent csb637 board
Patch by Anders Larsen, 05 Oct 2005
diff --git a/board/csb637/csb637.c b/board/csb637/csb637.c
index 2356d23..6100a53 100644
--- a/board/csb637/csb637.c
+++ b/board/csb637/csb637.c
@@ -41,8 +41,8 @@
/* memory and cpu-speed are setup before relocation */
/* so we do _nothing_ here */
- /* arch number of AT91RM9200DK-Board */
- gd->bd->bi_arch_number = MACH_TYPE_AT91RM9200;
+ /* arch number of CSB637-Board */
+ gd->bd->bi_arch_number = MACH_TYPE_CSB637;
/* adress of boot parameters */
gd->bd->bi_boot_params = PHYS_SDRAM + 0x100;