summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/i8134x/crb_machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/xscale/i8134x/crb_machdep.c')
-rw-r--r--sys/arm/xscale/i8134x/crb_machdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/xscale/i8134x/crb_machdep.c b/sys/arm/xscale/i8134x/crb_machdep.c
index 6b56290..5bc6c10 100644
--- a/sys/arm/xscale/i8134x/crb_machdep.c
+++ b/sys/arm/xscale/i8134x/crb_machdep.c
@@ -320,6 +320,8 @@ initarm(struct arm_boot_params *abp)
* this problem will not occur after initarm().
*/
cpu_idcache_wbinv_all();
+ cpu_setup("");
+
i80321_calibrate_delay();
i81342_sdram_bounds(&obio_bs_tag, IOP34X_VADDR, &memstart, &memsize);
physmem = memsize / PAGE_SIZE;
OpenPOWER on IntegriCloud