diff options
Diffstat (limited to 'include/configs/p3mx.h')
-rw-r--r-- | include/configs/p3mx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/p3mx.h b/include/configs/p3mx.h index 94a69927ed..e44009e8b1 100644 --- a/include/configs/p3mx.h +++ b/include/configs/p3mx.h @@ -447,4 +447,8 @@ #define L2_ENABLE (L2_INIT | L2CR_L2E) +#ifndef __ASSEMBLY__ +#include <../board/Marvell/include/core.h> +#endif + #endif /* __CONFIG_H */ |