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 531023285e ("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>
			
			
This commit is contained in:
		| @@ -54,7 +54,6 @@ debug_spinloop: | ||||
| 	jz	debug_spinloop | ||||
| #endif | ||||
|  | ||||
| #if !CONFIG(USE_MARCH_586) | ||||
| 	/* MMX registers required here */ | ||||
|  | ||||
| 	/* BIST result in eax */ | ||||
| @@ -66,7 +65,6 @@ __timestamp: | ||||
| 	rdtsc | ||||
| 	movd	%eax, %mm1 | ||||
| 	movd	%edx, %mm2 | ||||
| #endif | ||||
|  | ||||
| #if CONFIG(SSE) | ||||
| enable_sse: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user