diff options
author | Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> | 2011-08-22 18:15:25 +1000 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-08-22 23:29:37 +0200 |
commit | b861b7419c49ad53e786062b4fbf6da53468f130 (patch) | |
tree | 31117d3b3295abcaeca37fadd91505a191ee00e2 /hw/petalogix_ml605_mmu.c | |
parent | 0d877c66b6df4a0d90eec9fd225a5592bc96ab51 (diff) |
xilinx: removed microbalze_pic_init from xilinx.h
This is a microblaze target specific function that belongs outside
of xilinx.h (which is a collection of target independent device model
instantiator functions)
Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'hw/petalogix_ml605_mmu.c')
-rw-r--r-- | hw/petalogix_ml605_mmu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/petalogix_ml605_mmu.c b/hw/petalogix_ml605_mmu.c index e3a66e51b6..e3ca310efd 100644 --- a/hw/petalogix_ml605_mmu.c +++ b/hw/petalogix_ml605_mmu.c @@ -39,6 +39,7 @@ #include "blockdev.h" #include "pc.h" +#include "microblaze_pic_cpu.h" #include "xilinx_axidma.h" #define LMB_BRAM_SIZE (128 * 1024) |