From 470ca5714f523517087099317ba08ef5fe532ddc Mon Sep 17 00:00:00 2001 From: Ricardo Quesada Date: Fri, 16 Jul 2021 16:39:28 -0700 Subject: Move post_codes.h to commonlib/console/ Move post_codes.h from include/console to commonlib/include/commonlib/console. This is because post_codes.h is needed by code from util/ (util/ code in different commit). Also, it sorts the #include statements in the files that were modified. BUG=b:172210863 Signed-off-by: Ricardo Quesada Change-Id: Ie48c4b1d01474237d007c47832613cf1d4a86ae1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56403 Reviewed-by: Jack Rosenthal Reviewed-by: Paul Menzel Reviewed-by: Tim Wawrzynczak Tested-by: build bot (Jenkins) --- src/include/cpu/x86/post_code.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/cpu/x86') diff --git a/src/include/cpu/x86/post_code.h b/src/include/cpu/x86/post_code.h index de1100607a..200d93ec99 100644 --- a/src/include/cpu/x86/post_code.h +++ b/src/include/cpu/x86/post_code.h @@ -1,7 +1,7 @@ #ifndef __X86_POST_CODE_H__ #define __X86_POST_CODE_H__ -#include +#include #if CONFIG(POST_IO) && !(ENV_BOOTBLOCK && CONFIG(NO_EARLY_BOOTBLOCK_POSTCODES)) #define post_code(value) \ -- cgit v1.2.3