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_s3adsp1800_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_s3adsp1800_mmu.c')
-rw-r--r-- | hw/petalogix_s3adsp1800_mmu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/petalogix_s3adsp1800_mmu.c b/hw/petalogix_s3adsp1800_mmu.c index 589e8cabb0..a43fb4c95c 100644 --- a/hw/petalogix_s3adsp1800_mmu.c +++ b/hw/petalogix_s3adsp1800_mmu.c @@ -36,6 +36,8 @@ #include "elf.h" #include "blockdev.h" +#include "microblaze_pic_cpu.h" + #define LMB_BRAM_SIZE (128 * 1024) #define FLASH_SIZE (16 * 1024 * 1024) |