mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 13:55:56 +00:00
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:
parent
fb7aa37560
commit
5e4711208d
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue