diff options
Diffstat (limited to 'board/esd/vme8349/vme8349.c')
-rw-r--r-- | board/esd/vme8349/vme8349.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/esd/vme8349/vme8349.c b/board/esd/vme8349/vme8349.c index 4c220fa8e1..ff811643a6 100644 --- a/board/esd/vme8349/vme8349.c +++ b/board/esd/vme8349/vme8349.c @@ -12,6 +12,8 @@ */ #include <common.h> +#include <fdt_support.h> +#include <init.h> #include <ioports.h> #include <mpc83xx.h> #include <asm/mpc8349_pci.h> |