diff options
author | wdenk <wdenk> | 2004-10-10 18:41:04 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-10-10 18:41:04 +0000 |
commit | 731215ebde3b85f114f7a45eece3c155ba49a2c0 (patch) | |
tree | 5e99a2b6ba94dddc854d6fa805a2e0174e26a521 /board/at91rm9200dk | |
parent | b65085130aed33584d95502c20317ad4379c1ca6 (diff) |
Patch by George G. Davis, 24 Aug 2004:
- update ARM boards to use constants from mach-types.h
Diffstat (limited to 'board/at91rm9200dk')
-rw-r--r-- | board/at91rm9200dk/at91rm9200dk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/at91rm9200dk/at91rm9200dk.c b/board/at91rm9200dk/at91rm9200dk.c index 606ea488162..2cb60b0fa38 100644 --- a/board/at91rm9200dk/at91rm9200dk.c +++ b/board/at91rm9200dk/at91rm9200dk.c @@ -45,7 +45,7 @@ int board_init (void) /* so we do _nothing_ here */ /* arch number of AT91RM9200DK-Board */ - gd->bd->bi_arch_number = 251; + gd->bd->bi_arch_number = MACH_TYPE_AT91RM9200; /* adress of boot parameters */ gd->bd->bi_boot_params = PHYS_SDRAM + 0x100; |