summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/i8134x
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-03-29 20:37:28 +0000
committerandrew <andrew@FreeBSD.org>2015-03-29 20:37:28 +0000
commit61b861116bac00ab31a55878d7b7352f4afe7811 (patch)
treed4c950c80d477479dcd4c61babd7eee8c7266255 /sys/arm/xscale/i8134x
parent4a52d77cddcc63c368bd6759fc6661f312eea1c7 (diff)
downloadFreeBSD-src-61b861116bac00ab31a55878d7b7352f4afe7811.zip
FreeBSD-src-61b861116bac00ab31a55878d7b7352f4afe7811.tar.gz
Remove the bootconfig parsing. We never used it and always passed either an
empty string or NULL to the setup functions that called into it.
Diffstat (limited to 'sys/arm/xscale/i8134x')
-rw-r--r--sys/arm/xscale/i8134x/crb_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/xscale/i8134x/crb_machdep.c b/sys/arm/xscale/i8134x/crb_machdep.c
index 3e6440d..1ea82ee 100644
--- a/sys/arm/xscale/i8134x/crb_machdep.c
+++ b/sys/arm/xscale/i8134x/crb_machdep.c
@@ -290,7 +290,7 @@ initarm(struct arm_boot_params *abp)
* this problem will not occur after initarm().
*/
cpu_idcache_wbinv_all();
- cpu_setup("");
+ cpu_setup();
i80321_calibrate_delay();
i81342_sdram_bounds(obio_bs_tag, IOP34X_VADDR, &memstart, &memsize);
OpenPOWER on IntegriCloud