]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
m68k: clean up unused "config ROMVECSIZE"
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 20 Mar 2013 10:38:06 +0000 (11:38 +0100)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 28 Apr 2013 23:17:57 +0000 (09:17 +1000)
Kconfig symbol ROMVECSIZE is unused since commit
f84f52a5c15db7d14a534815f27253b001735183 ("m68knommu: clean up linker
script"). Let's clean up its Kconfig entry too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/Kconfig.machine

index 7240584d343974847fbaab832bcf50388d8d2ba3..28ec0c08c9c8d82e3712789216d8931675badab9 100644 (file)
@@ -539,15 +539,6 @@ config ROMVEC
          68000 type variants the vectors are at the base of the boot device
          on system startup.
 
-config ROMVECSIZE
-       hex "Size of ROM vector region (in bytes)"
-       default "0x400"
-       depends on ROM
-       help
-         Define the size of the vector region in ROM. For most 68000
-         variants this would be 0x400 bytes in size. Set to 0 if you do
-         not want a vector region at the start of the ROM.
-
 config ROMSTART
        hex "Address of the base of system image in ROM"
        default "0x400"