From 645e752c5a84baeb21015cdc85fc05b7d16312c8 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 01:13:52 +0000 Subject: [PATCH] disable i2c1 --- kernel/arch/alpha/Kconfig.debug | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/arch/alpha/Kconfig.debug b/kernel/arch/alpha/Kconfig.debug index b88c7b6..f85f428 100644 --- a/kernel/arch/alpha/Kconfig.debug +++ b/kernel/arch/alpha/Kconfig.debug @@ -9,7 +9,7 @@ bool "Legacy kernel start address" depends on ALPHA_GENERIC default n - ---help--- + help The 2.4 kernel changed the kernel start address from 0x310000 to 0x810000 to make room for the Wildfire's larger SRM console. Recent consoles on Titan and Marvel machines also require the -- Gitblit v1.6.2