summaryrefslogtreecommitdiff
path: root/board/cerf250/cerf250.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cerf250/cerf250.c')
-rw-r--r--board/cerf250/cerf250.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cerf250/cerf250.c b/board/cerf250/cerf250.c
index 63745b4fd..cc1bc16f6 100644
--- a/board/cerf250/cerf250.c
+++ b/board/cerf250/cerf250.c
@@ -42,7 +42,7 @@ int board_init (void)
/* so we do _nothing_ here */
/* arch number of cerf PXA Board */
- gd->bd->bi_arch_number = 139;
+ gd->bd->bi_arch_number = MACH_TYPE_PXA_CERF;
/* adress of boot parameters */
gd->bd->bi_boot_params = 0xa0000100;