summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
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/at91
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/at91')
-rw-r--r--sys/arm/at91/at91_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/at91/at91_machdep.c b/sys/arm/at91/at91_machdep.c
index 293a352..170d029 100644
--- a/sys/arm/at91/at91_machdep.c
+++ b/sys/arm/at91/at91_machdep.c
@@ -606,7 +606,7 @@ initarm(struct arm_boot_params *abp)
* of the stack memory.
*/
cpu_control(CPU_CONTROL_MMU_ENABLE, CPU_CONTROL_MMU_ENABLE);
- cpu_setup("");
+ cpu_setup();
set_stackptrs(0);
OpenPOWER on IntegriCloud