Skip to content

Commit 8ab89e9

Browse files
bulwahnGreg Ungerer
authored andcommitted
m68k: Kconfig.machine: remove obsolete configs ROMBASE and ROMSIZE
The configs ROMBASE and ROMSIZE were used in arch/m68k/68360/head-ram.S, which was removed with commit a359596 ("m68knommu: remove obsolete 68360 support"). Remove the obsolete configs ROMBASE and ROMSIZE. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Fixes: a359596 ("m68knommu: remove obsolete 68360 support") Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
1 parent 2196087 commit 8ab89e9

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

arch/m68k/Kconfig.machine

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -439,15 +439,6 @@ config ROM
439439
that can be stored in flash, with possibly the text, and data
440440
regions being copied out to RAM at startup.
441441

442-
config ROMBASE
443-
hex "Address of the base of ROM device"
444-
default "0"
445-
depends on ROM
446-
help
447-
Define the address that the ROM region starts at. Some platforms
448-
use this to set their chip select region accordingly for the boot
449-
device.
450-
451442
config ROMVEC
452443
hex "Address of the base of the ROM vectors"
453444
default "0"
@@ -465,14 +456,6 @@ config ROMSTART
465456
Define the start address of the system image in ROM. Commonly this
466457
is strait after the ROM vectors.
467458

468-
config ROMSIZE
469-
hex "Size of the ROM device"
470-
default "0x100000"
471-
depends on ROM
472-
help
473-
Size of the ROM device. On some platforms this is used to setup
474-
the chip select that controls the boot ROM device.
475-
476459
choice
477460
prompt "Kernel executes from"
478461
help

0 commit comments

Comments
 (0)