summaryrefslogtreecommitdiff
path: root/board/csb637
diff options
context:
space:
mode:
Diffstat (limited to 'board/csb637')
-rw-r--r--board/csb637/csb637.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/csb637/csb637.c b/board/csb637/csb637.c
index 2356d23b08..6100a53fb7 100644
--- a/board/csb637/csb637.c
+++ b/board/csb637/csb637.c
@@ -41,8 +41,8 @@ int board_init (void)
/* 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;