summaryrefslogtreecommitdiff
path: root/board/ep7312/ep7312.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ep7312/ep7312.c')
-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 4f9e5aca83..11eab234bc 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;