From 5c1dc620a01d1d488f1cc77c0431d54c8461818e Mon Sep 17 00:00:00 2001 From: Nicholas Piggin Date: Wed, 6 Sep 2023 20:10:17 +1000 Subject: hdata: Use existing define for PCIA signature check Signed-off-by: Nicholas Piggin Signed-off-by: Reza Arbab --- hdata/pcia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdata/pcia.c b/hdata/pcia.c index 36fc84c..1a94a83 100644 --- a/hdata/pcia.c +++ b/hdata/pcia.c @@ -180,7 +180,7 @@ bool pcia_parse(void) const void *pcia; struct dt_node *cpus; - pcia = get_hdif(&spiras->ntuples.pcia, "SPPCIA"); + pcia = get_hdif(&spiras->ntuples.pcia, SPPCIA_HDIF_SIG); if (!pcia) return false; -- cgit v1.1