mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
spm: remove device-memory node from SPMC manifests
The PVM concept is removed from the SPMC so the device-memory node which is specifying the device memory range for the PVM is no longer applicable. Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: If0cb956e0197028b24ecb78952c66ec454904516
This commit is contained in:
parent
0b18d5a5d6
commit
b635d11bcd
2 changed files with 0 additions and 10 deletions
|
@ -74,11 +74,6 @@
|
|||
CPU_1
|
||||
};
|
||||
|
||||
device-memory@0 {
|
||||
device_type = "device-memory";
|
||||
reg = <0x0 0x0 0x6000000 0x0 0x8000000 0x78000000>;
|
||||
};
|
||||
|
||||
memory@6000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x6000000 0x2000000>; /* Trusted DRAM */
|
||||
|
|
|
@ -61,11 +61,6 @@
|
|||
CPU_1
|
||||
};
|
||||
|
||||
device-memory@0 {
|
||||
device_type = "device-memory";
|
||||
reg = <0x0 0x0 0x6000000 0x0 0x8000000 0x78000000>;
|
||||
};
|
||||
|
||||
memory@6000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x6000000 0x2000000>; /* Trusted DRAM */
|
||||
|
|
Loading…
Add table
Reference in a new issue