summaryrefslogtreecommitdiff
path: root/src/arch/x86/bootblock_simple.c
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2016-01-07 19:10:24 -0800
committerAaron Durbin <adurbin@chromium.org>2016-01-21 05:37:19 +0100
commitcc96624de4b7b80a7c502d5a99197a71be7a0cf6 (patch)
tree5cdc3511ad8bc779002f241abcdf966b0a63f4ed /src/arch/x86/bootblock_simple.c
parent89683c0d2676b462be58a09c9a7df55cc1c9b57a (diff)
downloadcoreboot-cc96624de4b7b80a7c502d5a99197a71be7a0cf6.tar.xz
arch/x86/include: Rename bootblock_common to bootblock_romcc.h
This header is only used for the bootblock compiled with ROMCC. As the follow-on patches introduce a bootblock which does not make use of ROMCC, rename this header to prevent confusion. Change-Id: Id29c5bc6928c11cc7cb922fcfac71e5a3dcd113c Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-on: https://review.coreboot.org/12867 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/arch/x86/bootblock_simple.c')
-rw-r--r--src/arch/x86/bootblock_simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/bootblock_simple.c b/src/arch/x86/bootblock_simple.c
index 2ed315f9e7..5a0b56b625 100644
--- a/src/arch/x86/bootblock_simple.c
+++ b/src/arch/x86/bootblock_simple.c
@@ -12,7 +12,7 @@
*/
#include <smp/node.h>
-#include <arch/bootblock_common.h>
+#include <arch/bootblock_romcc.h>
#include <halt.h>
static void main(unsigned long bist)