diff options
Diffstat (limited to 'board/ep7312')
-rw-r--r-- | board/ep7312/ep7312.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ep7312/ep7312.c b/board/ep7312/ep7312.c index 4f9e5aca83e..11eab234bce 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; |