fix(tc): missing device regions in spmc manifest

Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I847c9ec13c3d40dd9de8cf374a81fc6d23a8864c
This commit is contained in:
J-Alves 2024-04-24 15:08:59 +01:00
parent fb7aa37560
commit 5e4711208d

View file

@ -110,6 +110,6 @@
memory@2 {
device_type = "device-memory";
reg = <0x0 0x1c130000 0x0 0x10000>; /* Virtio block device */
reg = <0x0 0x25000000 0x0 0x10000>; /* For cactus tertiary dummy device. */
};
};