Use __ROMSTAGE__ to denote romstage

There were some remaining places that used __PRE_RAM__ for
romstage, while it really means 'bootblock or romstage'.

Change-Id: Id9ba0486ee56ea4a27425d826a9256cc20f5b518
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10020
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
This commit is contained in:
Patrick Georgi
2015-04-28 22:43:31 +02:00
committed by Patrick Georgi
parent cc8171f005
commit 815f4bfbbd
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
#define ENV_SECMON 0
#define ENV_VERSTAGE 0
#elif defined(__PRE_RAM__)
#elif defined(__ROMSTAGE__)
#define ENV_BOOTBLOCK 0
#define ENV_ROMSTAGE 1
#define ENV_RAMSTAGE 0