summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/i80321/ep80219_machdep.c
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/i80321/ep80219_machdep.c
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/i80321/ep80219_machdep.c')
-rw-r--r--sys/arm/xscale/i80321/ep80219_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/xscale/i80321/ep80219_machdep.c b/sys/arm/xscale/i80321/ep80219_machdep.c
index f04f7fd..ad9190c 100644
--- a/sys/arm/xscale/i80321/ep80219_machdep.c
+++ b/sys/arm/xscale/i80321/ep80219_machdep.c
@@ -305,7 +305,7 @@ initarm(struct arm_boot_params *abp)
* this problem will not occur after initarm().
*/
cpu_idcache_wbinv_all();
- cpu_setup("");
+ cpu_setup();
/*
* Fetch the SDRAM start/size from the i80321 SDRAM configration
OpenPOWER on IntegriCloud