src/: Replace some __PRE_RAM__ use
Change-Id: Iaa56e7b98aad33eeb876edd7465c56c80fd1ac18 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35398 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
@ -73,7 +73,7 @@
|
||||
ALIAS_REGION(cbfs_cache, preram_cbfs_cache) \
|
||||
ALIAS_REGION(cbfs_cache, postram_cbfs_cache)
|
||||
|
||||
#if defined(__PRE_RAM__)
|
||||
#if ENV_ROMSTAGE_OR_BEFORE
|
||||
#define PRERAM_CBFS_CACHE(addr, size) \
|
||||
REGION(preram_cbfs_cache, addr, size, 4) \
|
||||
ALIAS_REGION(preram_cbfs_cache, cbfs_cache)
|
||||
|
Reference in New Issue
Block a user