ARM: dts: msm: Remove the trusted apps areas

Remove the TA carveouts in the DT, as this region will instead be
removed in the RAM partition tables.

Change-Id: Ia15b4155db08b06ab3a6cb6e0d008dc65ec05707
This commit is contained in:
Swetha Chikkaboraiah
2022-07-08 12:41:09 +05:30
parent 688df6e882
commit 8b01f4b5c9

View File

@@ -205,14 +205,4 @@
size = <0x0 0x1000000>;
};
trusted_apps_mem: trusted_apps_region@ea000000 {
no-map;
reg = <0x0 0xea000000 0x0 0x3900000>;
};
trusted_apps_ext_mem: trusted_apps_ext_region@ed900000 {
no-map;
reg = <0x0 0xed900000 0x0 0x3b00000>;
};
};