Patrick Georgi submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved
cpu/Kconfig: Remove old reference to ROMCC

Change-Id: I06425d8290a89e72a2420aeb6a9bc4b4acbaf498
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39070
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M src/cpu/Kconfig
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig
index 1ad7ef1..c1b84f9 100644
--- a/src/cpu/Kconfig
+++ b/src/cpu/Kconfig
@@ -27,15 +27,13 @@
bool
help
Select MMX in your socket or model Kconfig if your CPU has MMX
- streaming SIMD instructions. ROMCC can build more efficient
- code if it can spill to MMX registers.
+ streaming SIMD instructions.

config SSE
bool
help
Select SSE in your socket or model Kconfig if your CPU has SSE
- streaming SIMD instructions. ROMCC can build more efficient
- code if it can spill to SSE (aka XMM) registers.
+ streaming SIMD instructions.

config SSE2
bool

To view, visit change 39070. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I06425d8290a89e72a2420aeb6a9bc4b4acbaf498
Gerrit-Change-Number: 39070
Gerrit-PatchSet: 3
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: merged