aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/files-5.15/arch/mips/rtl838x/prom.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/realtek/files-5.15/arch/mips/rtl838x/prom.c')
-rw-r--r--target/linux/realtek/files-5.15/arch/mips/rtl838x/prom.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/realtek/files-5.15/arch/mips/rtl838x/prom.c b/target/linux/realtek/files-5.15/arch/mips/rtl838x/prom.c
index abf594aa04..0c98af9548 100644
--- a/target/linux/realtek/files-5.15/arch/mips/rtl838x/prom.c
+++ b/target/linux/realtek/files-5.15/arch/mips/rtl838x/prom.c
@@ -117,9 +117,6 @@ void __init prom_init(void)
{
uint32_t model;
- /* uart0 */
- setup_8250_early_printk_port(0xb8002000, 2, 0);
-
model = sw_r32(RTL838X_MODEL_NAME_INFO);
pr_info("RTL838X model is %x\n", model);
model = model >> 16 & 0xFFFF;