Martin Roth has uploaded this change for review. ( https://review.coreboot.org/21697
Change subject: soc/amd/stoneyridge: Enable SSE ......................................................................
soc/amd/stoneyridge: Enable SSE
Change-Id: I7c1aed9ecfa6f3496760dcda422ddf184e2a043c Signed-off-by: Martin Roth martinroth@google.com --- M src/soc/amd/stoneyridge/Kconfig 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/21697/1
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index f8768e7..62b0262 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -49,6 +49,8 @@ select SOC_AMD_COMMON_BLOCK_CAR select C_ENVIRONMENT_BOOTBLOCK select BOOTBLOCK_CONSOLE + select SSE + select SSE2
config VBOOT select AMDFW_OUTSIDE_CBFS