aboutsummaryrefslogtreecommitdiff
path: root/hw/prd.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/prd.c')
-rw-r--r--hw/prd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/prd.c b/hw/prd.c
index 0db7e6b..01bbf96 100644
--- a/hw/prd.c
+++ b/hw/prd.c
@@ -397,7 +397,7 @@ void prd_register_reserved_memory(void)
for (region = mem_region_next(NULL); region;
region = mem_region_next(region)) {
- if (region->type != REGION_HW_RESERVED)
+ if (region->type != REGION_FW_RESERVED)
continue;
if (!region->node)