summaryrefslogtreecommitdiff
path: root/src/vendorcode/eltan/security/mboot/mboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/eltan/security/mboot/mboot.c')
-rw-r--r--src/vendorcode/eltan/security/mboot/mboot.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vendorcode/eltan/security/mboot/mboot.c b/src/vendorcode/eltan/security/mboot/mboot.c
index 4823c6aa00..228d1a0f59 100644
--- a/src/vendorcode/eltan/security/mboot/mboot.c
+++ b/src/vendorcode/eltan/security/mboot/mboot.c
@@ -266,7 +266,6 @@ int mb_measure_log_worker(const char *name, uint32_t type, uint32_t pcr,
return status;
}
-#ifdef __PRE_RAM__
/*
* Called from early romstage
*
@@ -473,4 +472,3 @@ int __attribute__((weak))mb_crtm(void)
return status;
}
-#endif // __PRE_RAM__