soc/intel: Remove some __PRE_RAM__ use
Change-Id: I35b44967de4e8d9907dc887fe35407bcaf334adc Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35379 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
fd15c99f4e
commit
e9dcc7a3c5
|
@ -16,10 +16,6 @@
|
|||
#ifndef _BAYTRAIL_ROMSTAGE_H_
|
||||
#define _BAYTRAIL_ROMSTAGE_H_
|
||||
|
||||
#if !defined(__PRE_RAM__)
|
||||
#error "Don't include romstage.h from a ramstage compilation unit!"
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <soc/mrc_wrapper.h>
|
||||
|
|
|
@ -17,10 +17,6 @@
|
|||
#ifndef _SOC_ROMSTAGE_H_
|
||||
#define _SOC_ROMSTAGE_H_
|
||||
|
||||
#if !defined(__PRE_RAM__)
|
||||
#error "Don't include romstage.h from a ramstage compilation unit!"
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#include <fsp.h>
|
||||
|
||||
|
|
|
@ -18,10 +18,6 @@
|
|||
#ifndef _QUARK_ROMSTAGE_H_
|
||||
#define _QUARK_ROMSTAGE_H_
|
||||
|
||||
#if !defined(__PRE_RAM__)
|
||||
#error "Don't include romstage.h from a ramstage compilation unit!"
|
||||
#endif
|
||||
|
||||
#include <soc/car.h>
|
||||
#include <soc/reg_access.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue