aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>2022-03-16 17:46:40 +0100
committerPeter Maydell <peter.maydell@linaro.org>2022-03-18 11:19:19 +0000
commitc28d4b8656c836b5b166b35e4c48ff26d9405b59 (patch)
tree5cfe0ecdafd739d13244b16620460d755253ed93 /include
parent654abaa783bcd668aab5e0455170af7c65f86a32 (diff)
downloadqemu-c28d4b8656c836b5b166b35e4c48ff26d9405b59.zip
qemu-c28d4b8656c836b5b166b35e4c48ff26d9405b59.tar.gz
qemu-c28d4b8656c836b5b166b35e4c48ff26d9405b59.tar.bz2
hw/arm/xlnx-zynqmp: Add an unimplemented SERDES area
Add an unimplemented SERDES (Serializer/Deserializer) area. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Francisco Iglesias <francisco.iglesias@xilinx.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Message-id: 20220316164645.2303510-2-edgar.iglesias@gmail.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/hw/arm/xlnx-zynqmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/arm/xlnx-zynqmp.h b/include/hw/arm/xlnx-zynqmp.h
index 9424f81..0552ba1 100644
--- a/include/hw/arm/xlnx-zynqmp.h
+++ b/include/hw/arm/xlnx-zynqmp.h
@@ -85,7 +85,7 @@ OBJECT_DECLARE_SIMPLE_TYPE(XlnxZynqMPState, XLNX_ZYNQMP)
/*
* Unimplemented mmio regions needed to boot some images.
*/
-#define XLNX_ZYNQMP_NUM_UNIMP_AREAS 1
+#define XLNX_ZYNQMP_NUM_UNIMP_AREAS 2
struct XlnxZynqMPState {
/*< private >*/