diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-20 06:38:06 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2013-04-28 19:17:57 -0400 |
commit | 5143661ff82792673787cd03b2b1bf9d63f60093 (patch) | |
tree | 67c2b5ed1c3e0781e738293d8241abe40c3cf02c /arch/m68k | |
parent | 60d509fa6a9c4653a86ad830e4c4b30360b23f0e (diff) |
m68k: clean up unused "config ROMVECSIZE"
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>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/Kconfig.machine | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine index 7240584d3439..28ec0c08c9c8 100644 --- a/arch/m68k/Kconfig.machine +++ b/arch/m68k/Kconfig.machine | |||
@@ -539,15 +539,6 @@ config ROMVEC | |||
539 | 68000 type variants the vectors are at the base of the boot device | 539 | 68000 type variants the vectors are at the base of the boot device |
540 | on system startup. | 540 | on system startup. |
541 | 541 | ||
542 | config ROMVECSIZE | ||
543 | hex "Size of ROM vector region (in bytes)" | ||
544 | default "0x400" | ||
545 | depends on ROM | ||
546 | help | ||
547 | Define the size of the vector region in ROM. For most 68000 | ||
548 | variants this would be 0x400 bytes in size. Set to 0 if you do | ||
549 | not want a vector region at the start of the ROM. | ||
550 | |||
551 | config ROMSTART | 542 | config ROMSTART |
552 | hex "Address of the base of system image in ROM" | 543 | hex "Address of the base of system image in ROM" |
553 | default "0x400" | 544 | default "0x400" |