]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 18:47:44 +0000 (19:47 +0100)
commitff01ac3e766c4d79ea1498c8427600c5a7520a53
tree9f58de5286cf87bacb584ced927b7ed740b6a78f
parentf65ca93b859d6710249c071346d709d085461d46
m68k: mvme147: Reinstate early console

[ Upstream commit 077b33b9e2833ff25050d986178a2c4c4036cbac ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/m68k/kernel/early_printk.c
arch/m68k/mvme147/config.c
arch/m68k/mvme147/mvme147.h [new file with mode: 0644]