git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a37323a
)
fsl_ifc.h: Add <asm/ppc.h>
author
Tom Rini
<trini@konsulko.com>
Thu, 2 May 2024 01:30:25 +0000
(19:30 -0600)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 May 2024 14:00:41 +0000
(08:00 -0600)
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>
include/fsl_ifc.h
patch
|
blob
|
history
diff --git
a/include/fsl_ifc.h
b/include/fsl_ifc.h
index
f9a0a70
..
4991d93
100644
(file)
--- 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