diff options
Diffstat (limited to 'include/e500.h')
-rw-r--r-- | include/e500.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/e500.h b/include/e500.h index 255f46b..9f68a83 100644 --- a/include/e500.h +++ b/include/e500.h @@ -19,7 +19,7 @@ typedef struct unsigned long freq_localbus; unsigned long freq_qe; #ifdef CONFIG_SYS_DPAA_FMAN - unsigned long freq_fman[CONFIG_SYS_NUM_FMAN]; + unsigned long freq_fman[CFG_SYS_NUM_FMAN]; #endif #ifdef CONFIG_SYS_DPAA_QBMAN unsigned long freq_qman; |