Merge tag 'm68knommu-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 21 Dec 2020 18:35:11 +0000 (10:35 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 21 Dec 2020 18:35:11 +0000 (10:35 -0800)
Pull m68knommu updates from Greg Ungerer:

 - cleanup of 68328 code

 - align BSS section to 32bit

* tag 'm68knommu-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu:
  m68k: m68328: remove duplicate code
  m68k: m68328: move platform code to separate files
  m68knommu: align BSS section to 4-byte boundaries

1  2 
arch/m68k/Kconfig.cpu
arch/m68k/Kconfig.machine
arch/m68k/kernel/setup_no.c
arch/m68k/kernel/vmlinux-nommu.lds

@@@ -103,25 -102,22 +103,25 @@@ config M6806
          processor, say Y. Otherwise, say N.
  
  config M68328
-       bool "MC68328"
+       bool
        depends on !MMU
 +      select LEGACY_TIMER_TICK
        select M68000
        help
          Motorola 68328 processor support.
  
  config M68EZ328
-       bool "MC68EZ328"
+       bool
        depends on !MMU
 +      select LEGACY_TIMER_TICK
        select M68000
        help
          Motorola 68EX328 processor support.
  
  config M68VZ328
-       bool "MC68VZ328"
+       bool
        depends on !MMU
 +      select LEGACY_TIMER_TICK
        select M68000
        help
          Motorola 68VZ328 processor support.
Simple merge
Simple merge
Simple merge