Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5143661f authored by Paul Bolle's avatar Paul Bolle Committed by Greg Ungerer
Browse files

m68k: clean up unused "config ROMVECSIZE"



Kconfig symbol ROMVECSIZE is unused since commit
f84f52a5 ("m68knommu: clean up linker
script"). Let's clean up its Kconfig entry too.

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent 60d509fa
Loading
Loading
Loading
Loading
+0 −9
Original line number Original line Diff line number Diff line
@@ -539,15 +539,6 @@ config ROMVEC
	  68000 type variants the vectors are at the base of the boot device
	  68000 type variants the vectors are at the base of the boot device
	  on system startup.
	  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
config ROMSTART
	hex "Address of the base of system image in ROM"
	hex "Address of the base of system image in ROM"
	default "0x400"
	default "0x400"