summaryrefslogtreecommitdiffstats
path: root/board/cerf250
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-10-10 18:41:04 +0000
committerwdenk <wdenk>2004-10-10 18:41:04 +0000
commit731215ebde3b85f114f7a45eece3c155ba49a2c0 (patch)
tree5e99a2b6ba94dddc854d6fa805a2e0174e26a521 /board/cerf250
parentb65085130aed33584d95502c20317ad4379c1ca6 (diff)
downloadtalos-obmc-uboot-731215ebde3b85f114f7a45eece3c155ba49a2c0.tar.gz
talos-obmc-uboot-731215ebde3b85f114f7a45eece3c155ba49a2c0.zip
Patch by George G. Davis, 24 Aug 2004:
- update ARM boards to use constants from mach-types.h
Diffstat (limited to 'board/cerf250')
-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 63745b4fdb..cc1bc16f6e 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;
OpenPOWER on IntegriCloud