Merge "fix(tc): missing device regions in spmc manifest" into integration

This commit is contained in:
Manish Pandey 2024-04-26 10:25:00 +02:00 committed by TrustedFirmware Code Review
commit 9a31b68bc8

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. */
};
};