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>
This commit is contained in:
Alexandru Gagniuc 2016-01-07 19:10:24 -08:00 committed by Aaron Durbin
parent 89683c0d26
commit cc96624de4
3 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
*/
#include <smp/node.h>
#include <arch/bootblock_common.h>
#include <arch/bootblock_romcc.h>
#include <pc80/mc146818rtc.h>
#include <halt.h>

View File

@ -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)