lib: utils/timer: Use heap in ACLINT MTIMER driver
authorAnup Patel <apatel@ventanamicro.com>
Wed, 19 Apr 2023 11:43:22 +0000 (17:13 +0530)
committerAnup Patel <anup@brainfault.org>
Mon, 5 Jun 2023 10:28:42 +0000 (15:58 +0530)
commit7e5636ac3788451991a65791c5adcc7798dcc22a
tree757a6d1e606a778eb91fc74f7c72e9f0b68701be
parent30137166c67753299a7b4a4ac5e1f92269090423
lib: utils/timer: Use heap in ACLINT MTIMER driver

Let's use heap allocation in ACLINT MTIMER driver instead of using
a fixed size global array.

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
lib/utils/timer/fdt_timer_mtimer.c