summaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2023-05-25 21:15:38 +0200
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2023-05-27 00:29:02 +0000
commit91795a6da1c02e8af75cf52f9e28662a7947b204 (patch)
tree7c7ed219dd99f9dd5749c6bfb5cfa2a5036e024a /src/arch
parentc7921cd859eafb211f86ec13851092be449b78c5 (diff)
downloadcoreboot-91795a6da1c02e8af75cf52f9e28662a7947b204.tar.gz
coreboot-91795a6da1c02e8af75cf52f9e28662a7947b204.tar.bz2
coreboot-91795a6da1c02e8af75cf52f9e28662a7947b204.zip
libpayload;arch,cpu/x86: drop USE_MARCH_586 Kconfig option
Only the Intel Quark SoC selected this option and that SoC was dropped in commit 531023285ea4 ("soc/intel/quark: Drop support"), so drop this Kconfig option too. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Ic4f1c7530cd8ac7a1945b1493a2d53a7904daa06 Reviewed-on: https://review.coreboot.org/c/coreboot/+/75473 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/x86/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 8d2295b7ad4b..b3cf96bb7a6f 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -92,12 +92,6 @@ config ARCH_X86_64_PGTBL_LOC
The position where to place pagetables. Needs to be known at
compile time. Must not overlap other files in CBFS.
-config USE_MARCH_586
- def_bool n
- help
- Allow a platform or processor to select to be compiled using
- the '-march=i586' option instead of the typical '-march=i686'
-
# This is an SMP option. It relates to starting up APs.
# It is usually set in mainboard/*/Kconfig.
# TODO: Improve description.