aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/newisys/khepri/resourcemap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/newisys/khepri/resourcemap.c')
-rw-r--r--src/mainboard/newisys/khepri/resourcemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/newisys/khepri/resourcemap.c b/src/mainboard/newisys/khepri/resourcemap.c
index dcf9b4c258..d533b6357e 100644
--- a/src/mainboard/newisys/khepri/resourcemap.c
+++ b/src/mainboard/newisys/khepri/resourcemap.c
@@ -265,7 +265,7 @@ static void setup_khepri_resource_map(void)
PCI_ADDR(0, 0x18, 1, 0xEC), 0x0000FC88, 0x00000000,
};
int max;
- max = sizeof(register_values)/sizeof(register_values[0]);
+ max = ARRAY_SIZE(register_values);
setup_resource_map(register_values, max);
}