From bf3e2dfaafb4b523a893a43aab4e0da661c94e5a Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sat, 11 Oct 2014 03:49:24 +0200 Subject: early section: Don't add empty .car.cbmem_console. With handling of this section removed it confused the linker. Change-Id: Id096c1642c0bfed1007a4b7d7dfa89f8b4ffcae1 Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/7042 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/arch/x86/include/arch/early_variables.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/arch') diff --git a/src/arch/x86/include/arch/early_variables.h b/src/arch/x86/include/arch/early_variables.h index 80e82d6408..ea57d89de8 100644 --- a/src/arch/x86/include/arch/early_variables.h +++ b/src/arch/x86/include/arch/early_variables.h @@ -23,8 +23,6 @@ #ifdef __PRE_RAM__ asm(".section .car.global_data,\"w\",@nobits"); asm(".previous"); -asm(".section .car.cbmem_console,\"w\",@nobits"); -asm(".previous"); #define CAR_GLOBAL __attribute__((section(".car.global_data"))) #else #define CAR_GLOBAL -- cgit v1.2.3