summaryrefslogtreecommitdiffstats
path: root/board/mx31ads
diff options
context:
space:
mode:
Diffstat (limited to 'board/mx31ads')
-rw-r--r--board/mx31ads/mx31ads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mx31ads/mx31ads.c b/board/mx31ads/mx31ads.c
index a75cc2d057..dd0e150e92 100644
--- a/board/mx31ads/mx31ads.c
+++ b/board/mx31ads/mx31ads.c
@@ -93,7 +93,7 @@ int board_init (void)
readb(CS4_BASE + 8);
readb(CS4_BASE + 7);
- gd->bd->bi_arch_number = 447; /* board id for linux */
+ gd->bd->bi_arch_number = MACH_TYPE_MX31ADS; /* board id for linux */
gd->bd->bi_boot_params = 0x80000100; /* adress of boot parameters */
return 0;
OpenPOWER on IntegriCloud