From 088f09dc2f11141bc66e56028c26204e8afb3217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Mon, 4 Jun 2018 01:28:41 +0300 Subject: arch/x86: Drop leftover ROMCC support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the last bits of building romstage with romcc. Change-Id: I70bb1ed23a5aeb87bf7641e0b0bd604a4e622e61 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/26807 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/cpu/amd/geode_lx/syspreinit.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cpu/amd/geode_lx/syspreinit.c') diff --git a/src/cpu/amd/geode_lx/syspreinit.c b/src/cpu/amd/geode_lx/syspreinit.c index 801aea91b0..f30c0598e4 100644 --- a/src/cpu/amd/geode_lx/syspreinit.c +++ b/src/cpu/amd/geode_lx/syspreinit.c @@ -35,8 +35,5 @@ static void StartTimer1(void) void SystemPreInit(void) { /* they want a jump ... */ -#if !IS_ENABLED(CONFIG_CACHE_AS_RAM) - __asm__ __volatile__("jmp .+2\ninvd\njmp .+2\n"); -#endif StartTimer1(); } -- cgit v1.2.3