diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-09-12 15:38:38 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-09-13 19:28:19 +0000 |
commit | e9dcc7a3c52a3bdfa172d308a18fb7f3875f644b (patch) | |
tree | b6242bbdce7282a8dd1b55f306114cd5bdc2fdf4 /src/soc/intel/baytrail/include | |
parent | fd15c99f4eb80eb93c56c5141804c4bd55a45709 (diff) | |
download | coreboot-e9dcc7a3c52a3bdfa172d308a18fb7f3875f644b.tar.xz |
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>
Diffstat (limited to 'src/soc/intel/baytrail/include')
-rw-r--r-- | src/soc/intel/baytrail/include/soc/romstage.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/baytrail/include/soc/romstage.h b/src/soc/intel/baytrail/include/soc/romstage.h index 93669f2e61..e86861c4bf 100644 --- a/src/soc/intel/baytrail/include/soc/romstage.h +++ b/src/soc/intel/baytrail/include/soc/romstage.h @@ -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> |