Remove zynq_qemu platform and zynq nic driver

Moved to separate repo at https://github.com/jschlatow/genode-zynq

Fixes genodelabs/genode#4280
This commit is contained in:
Johannes Schlatow
2021-10-04 13:09:03 +02:00
committed by Christian Helmuth
parent 6ecae6adb3
commit 7917c5d9ec
36 changed files with 6 additions and 2899 deletions

View File

@@ -0,0 +1,5 @@
#
# Board-support for Xilinx Zynq-7000 SoC
#
#REPOSITORIES += $(GENODE_DIR)/repos/zynq

View File

@@ -12,7 +12,6 @@ QEMU_RUN_OPT := --include power_on/qemu --include log/qemu
# local variable for run-tool arguments that depend on the used board
BOARD_RUN_OPT(pbxa9) = $(QEMU_RUN_OPT)
BOARD_RUN_OPT(virt_qemu) = $(QEMU_RUN_OPT)
BOARD_RUN_OPT(zynq_qemu) = $(QEMU_RUN_OPT)
##
## Qemu arguments, effective when using the run tool's 'power_on/qemu' back end