commit | 1625fba94c72cee70ac68ba758b0590fe0173825 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 01 19:30:25 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 07 08:00:41 2024 -0600 |
tree | 8ab2b495b91a37e89f5cc23f5e562185af4848c5 | |
parent | 135ec30e12c4b6702875d9c5d964978043a655e1 [diff] [blame] |
fsl_ifc.h: Add <asm/ppc.h> In the case of PowerPC, this file needs to include <asm/ppc.h> in order to resolve all of the references it makes. Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/include/fsl_ifc.h b/include/fsl_ifc.h index f9a0a70..4991d93 100644 --- a/include/fsl_ifc.h +++ b/include/fsl_ifc.h
@@ -12,6 +12,8 @@ #include <part.h> #ifdef CONFIG_ARM #include <asm/arch/soc.h> +#else +#include <asm/ppc.h> #endif #define FSL_IFC_V1_1_0 0x01010000