mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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 commita3595962d8
("m68knommu: remove obsolete 68360 support"). Remove the obsolete configs ROMBASE and ROMSIZE. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Fixes:a3595962d8
("m68knommu: remove obsolete 68360 support") Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
This commit is contained in:
parent
2196087b30
commit
8ab89e9563
1 changed files with 0 additions and 17 deletions
|
@ -439,15 +439,6 @@ config ROM
|
||||||
that can be stored in flash, with possibly the text, and data
|
that can be stored in flash, with possibly the text, and data
|
||||||
regions being copied out to RAM at startup.
|
regions being copied out to RAM at startup.
|
||||||
|
|
||||||
config ROMBASE
|
|
||||||
hex "Address of the base of ROM device"
|
|
||||||
default "0"
|
|
||||||
depends on ROM
|
|
||||||
help
|
|
||||||
Define the address that the ROM region starts at. Some platforms
|
|
||||||
use this to set their chip select region accordingly for the boot
|
|
||||||
device.
|
|
||||||
|
|
||||||
config ROMVEC
|
config ROMVEC
|
||||||
hex "Address of the base of the ROM vectors"
|
hex "Address of the base of the ROM vectors"
|
||||||
default "0"
|
default "0"
|
||||||
|
@ -465,14 +456,6 @@ config ROMSTART
|
||||||
Define the start address of the system image in ROM. Commonly this
|
Define the start address of the system image in ROM. Commonly this
|
||||||
is strait after the ROM vectors.
|
is strait after the ROM vectors.
|
||||||
|
|
||||||
config ROMSIZE
|
|
||||||
hex "Size of the ROM device"
|
|
||||||
default "0x100000"
|
|
||||||
depends on ROM
|
|
||||||
help
|
|
||||||
Size of the ROM device. On some platforms this is used to setup
|
|
||||||
the chip select that controls the boot ROM device.
|
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Kernel executes from"
|
prompt "Kernel executes from"
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue