]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
m68k: mvme147: Reinstate early console
authorDaniel Palmer <daniel@0x0f.com>
Tue, 5 Nov 2024 23:51:24 +0000 (10:51 +1100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 6 Nov 2024 14:22:13 +0000 (15:22 +0100)
commit077b33b9e2833ff25050d986178a2c4c4036cbac
tree55a89ba2eaad18cf2de4dfbcb090717ad25a9427
parentb6fb218cf90bb2579c9e8191ac2aa3ce4d2536cf
m68k: mvme147: Reinstate early console

Commit a38eaa07a0ce ("m68k/mvme147: config.c - Remove unused
functions"), removed the console functionality for the mvme147 instead
of wiring it up to an early console.  Put the console write function
back and wire it up like mvme16x does so it's possible to see Linux boot
on this fine hardware once more.

Fixes: a38eaa07a0ce ("m68k/mvme147: config.c - Remove unused functions")
Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Co-developed-by: Finn Thain <fthain@linux-m68k.org>
Signed-off-by: Finn Thain <fthain@linux-m68k.org>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/a82e8f0068a8722996a0ccfe666abb5e0a5c120d.1730850684.git.fthain@linux-m68k.org
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/kernel/early_printk.c
arch/m68k/mvme147/config.c
arch/m68k/mvme147/mvme147.h [new file with mode: 0644]