diff options
author | andrew <andrew@FreeBSD.org> | 2015-03-29 20:37:28 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2015-03-29 20:37:28 +0000 |
commit | 61b861116bac00ab31a55878d7b7352f4afe7811 (patch) | |
tree | d4c950c80d477479dcd4c61babd7eee8c7266255 /sys/conf | |
parent | 4a52d77cddcc63c368bd6759fc6661f312eea1c7 (diff) | |
download | FreeBSD-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/conf')
-rw-r--r-- | sys/conf/files.arm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm index d9f7f0d..bffb588 100644 --- a/sys/conf/files.arm +++ b/sys/conf/files.arm @@ -3,7 +3,6 @@ arm/arm/autoconf.c standard arm/arm/bcopy_page.S standard arm/arm/bcopyinout.S standard arm/arm/blockio.S standard -arm/arm/bootconfig.c standard arm/arm/bus_space_asm_generic.S standard arm/arm/busdma_machdep.c optional !armv6 arm/arm/busdma_machdep-v6.c optional armv6 |