aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/fmap.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/fmap.c b/src/lib/fmap.c
index af26152d13..9d2b4e781f 100644
--- a/src/lib/fmap.c
+++ b/src/lib/fmap.c
@@ -36,8 +36,6 @@ static struct mem_region_device fmap_cache;
printk(__VA_ARGS__); \
} while (0)
-DECLARE_OPTIONAL_REGION(fmap_cache);
-
uint64_t get_fmap_flash_offset(void)
{
return FMAP_OFFSET;
@@ -71,14 +69,6 @@ static void setup_preram_cache(struct mem_region_device *cache_mrdev)
return;
}
- if (REGION_SIZE(fmap_cache) == 0) {
- /* If you see this you should add FMAP_CACHE() to your memlayout
- (or select NO_FMAP_CACHE if you can't afford the 2K). */
- print_once(BIOS_ERR,
- "ERROR: FMAP_CACHE enabled but no region provided!\n");
- return;
- }
-
struct fmap *fmap = (struct fmap *)_fmap_cache;
if (!ENV_BOOTBLOCK) {
/* NOTE: This assumes that for all platforms running this code,