aboutsummaryrefslogtreecommitdiff
path: root/board/lart/lart.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/lart/lart.c')
-rw-r--r--board/lart/lart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/lart/lart.c b/board/lart/lart.c
index 20f22ea0a..66b730dba 100644
--- a/board/lart/lart.c
+++ b/board/lart/lart.c
@@ -39,7 +39,7 @@ int board_init (void)
/* so we do _nothing_ here */
/* arch number of LART-Board */
- gd->bd->bi_arch_number = 27;
+ gd->bd->bi_arch_number = MACH_TYPE_LART;
/* adress of boot parameters */
gd->bd->bi_boot_params = 0xc0000100;