From 1a903f9878fcbea21e7d40a31f3fd9a3e87b8085 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 17 May 2023 23:10:32 +0200 Subject: cpu/Kconfig: Remove MMX config option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now -mno-mmx is statically set in arch/x86 so remove this option. Signed-off-by: Arthur Heymans Change-Id: I0da7f9f1afb0c8ecae728c45591897ca1d4dfb11 Reviewed-on: https://review.coreboot.org/c/coreboot/+/75318 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki Reviewed-by: Lean Sheng Tan Reviewed-by: Felix Held --- src/cpu/intel/socket_441/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/intel/socket_441') diff --git a/src/cpu/intel/socket_441/Kconfig b/src/cpu/intel/socket_441/Kconfig index 2ff419b2a0..ca6990db23 100644 --- a/src/cpu/intel/socket_441/Kconfig +++ b/src/cpu/intel/socket_441/Kconfig @@ -6,7 +6,6 @@ if CPU_INTEL_SOCKET_441 config SOCKET_SPECIFIC_OPTIONS def_bool y select CPU_INTEL_MODEL_106CX - select MMX select SETUP_XIP_CACHE config DCACHE_RAM_BASE -- cgit v1.2.3