mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 06:19:56 +00:00
fix(tc): change the properties of optee reserved memory
make it part of the restricted dma pool to ensure it is not used for general dma operations. Change-Id: Ia14738de70b4d7719d7460ed8d16e727aea8d8c4 Signed-off-by: Davidson K <davidson.kumaresan@arm.com>
This commit is contained in:
parent
ed80eab6a6
commit
2fff46c80f
1 changed files with 1 additions and 1 deletions
|
@ -214,8 +214,8 @@
|
|||
};
|
||||
|
||||
optee@0xfce00000 {
|
||||
compatible = "restricted-dma-pool";
|
||||
reg = <0x00000000 0xfce00000 0 0x00200000>;
|
||||
no-map;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue