Skip to content

Commit b23c137

Browse files
committed
Merge tag 'm68knommu-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
Pull m68knommu updates from Greg Ungerer: "A couple of minor changes. One to remove the long dead uclinux.org web address and email list from the MAINTAINERS entry for UCLINUX. The other to remove dead config options in the m68knommu Kconfig" * tag 'm68knommu-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu: m68k: Kconfig.machine: remove obsolete configs ROMBASE and ROMSIZE MAINTAINERS: drop uclinux.org
2 parents 70cc1b5 + 8ab89e9 commit b23c137

2 files changed

Lines changed: 0 additions & 19 deletions

File tree

MAINTAINERS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21516,10 +21516,8 @@ F: include/uapi/linux/ublk_cmd.h
2151621516
UCLINUX (M68KNOMMU AND COLDFIRE)
2151721517
M: Greg Ungerer <gerg@linux-m68k.org>
2151821518
L: linux-m68k@lists.linux-m68k.org
21519-
L: uclinux-dev@uclinux.org (subscribers-only)
2152021519
S: Maintained
2152121520
W: http://www.linux-m68k.org/
21522-
W: http://www.uclinux.org/
2152321521
T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
2152421522
F: arch/m68k/*/*_no.*
2152521523
F: arch/m68k/68*/

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)