mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-20 11:55:03 +00:00
qe: Add <asm/ppc.h> on PowerPC
This driver needs <asm/ppc.h> when building on PowerPC, add it. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
639eab42e5
commit
2dbb4967b6
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
#include <asm/armv8/mmu.h>
|
||||
#include <asm/arch/cpu.h>
|
||||
#endif
|
||||
#ifdef CONFIG_PPC
|
||||
#include <asm/ppc.h>
|
||||
#endif
|
||||
|
||||
#define MPC85xx_DEVDISR_QE_DISABLE 0x1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue