xilinx: Delete hw/include/xilinx.h
This is now obsolete - remove the header and all its inclusions. Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
d91a68a73b
commit
d5001cf787
@ -32,7 +32,6 @@
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/xilinx.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "hw/char/serial.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/xilinx.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
#include "ppc405.h"
|
||||
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "hw/xilinx.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
|
||||
#define EPAPR_MAGIC (0x45504150)
|
||||
#define FLASH_SIZE (16 * 1024 * 1024)
|
||||
|
@ -1,10 +0,0 @@
|
||||
#ifndef HW_XILINX_H
|
||||
#define HW_XILINX_H 1
|
||||
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "hw/stream.h"
|
||||
#include "net/net.h"
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user