summaryrefslogtreecommitdiff
path: root/board/ep7312
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-10-10 18:41:04 +0000
committerwdenk <wdenk>2004-10-10 18:41:04 +0000
commit731215ebde3b85f114f7a45eece3c155ba49a2c0 (patch)
tree5e99a2b6ba94dddc854d6fa805a2e0174e26a521 /board/ep7312
parentb65085130aed33584d95502c20317ad4379c1ca6 (diff)
Patch by George G. Davis, 24 Aug 2004:
- update ARM boards to use constants from mach-types.h
Diffstat (limited to 'board/ep7312')
-rw-r--r--board/ep7312/ep7312.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ep7312/ep7312.c b/board/ep7312/ep7312.c
index 4f9e5aca8..11eab234b 100644
--- a/board/ep7312/ep7312.c
+++ b/board/ep7312/ep7312.c
@@ -40,7 +40,7 @@ int board_init (void)
IO_LEDFLSH = 0x40;
/* arch number MACH_TYPE_EDB7312 */
- gd->bd->bi_arch_number = 131;
+ gd->bd->bi_arch_number = MACH_TYPE_EDB7312;
/* location of boot parameters */
gd->bd->bi_boot_params = 0xc0020100;