aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/car.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/car.ld')
-rw-r--r--src/arch/x86/car.ld3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/x86/car.ld b/src/arch/x86/car.ld
index c291efb13c..9f8c2ad045 100644
--- a/src/arch/x86/car.ld
+++ b/src/arch/x86/car.ld
@@ -48,6 +48,9 @@
TIMESTAMP(., 0x200)
+#if !CONFIG(NO_CBFS_MCACHE)
+ CBFS_MCACHE(., CONFIG_CBFS_MCACHE_SIZE)
+#endif
#if !CONFIG(NO_FMAP_CACHE)
FMAP_CACHE(., FMAP_SIZE)
#endif