From f5c254d719f4844df309c23bc7a84a40a07001a5 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Thu, 6 Oct 2005 01:26:16 +0200 Subject: Fix the machine-id of the Cogent csb637 board Patch by Anders Larsen, 05 Oct 2005 --- board/csb637/csb637.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'board/csb637') 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; -- cgit v1.2.1