mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-01-06 09:11:27 +01:00
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>
This commit is contained in:
parent
a37323a2cb
commit
43c1d9fe32
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user