Merge "fix(fvp): added ranges for linux" into integration

This commit is contained in:
Olivier Deprez 2024-05-13 18:24:32 +02:00 committed by TrustedFirmware Code Review
commit 85ea97f972

View file

@ -92,8 +92,9 @@
memory@1 {
device_type = "ns-memory";
reg = <0x00008800 0x80000000 0x0 0x7f000000>,
<0x0 0x88000000 0x0 0x10000000>;
reg = <0x0 0x80000000 0x0 0x7c000000>,
<0x8 0x80000000 0x1 0x80000000>,
<0x00008800 0x80000000 0x0 0x7f000000>;
};
memory@2 {