mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-15 11:21:29 +00:00
rk322x: restored trust reserved memory in device tree
This commit is contained in:
parent
adca07f5ab
commit
9a211110ea
1 changed files with 3 additions and 4 deletions
|
@ -3,7 +3,7 @@ new file mode 100644
|
|||
index 0000000..04330d3
|
||||
--- /dev/null
|
||||
+++ b/arch/arm/boot/dts/rk322x-box.dtsi
|
||||
@@ -0,0 +1,504 @@
|
||||
@@ -0,0 +1,503 @@
|
||||
+/*
|
||||
+ * Copyright (C) 2020 knaerzche <knaerzche@gmail.com>
|
||||
+ *
|
||||
|
@ -40,11 +40,10 @@ index 0000000..04330d3
|
|||
+ reg = <0x62e00000 0xf0000>;
|
||||
+ };
|
||||
+
|
||||
+ /* Not neeed for u-boot 2020.07 and up
|
||||
+ trust_reserved: trust@68400000 {
|
||||
+ reg = <0x68400000 0xe00000>;
|
||||
+ reg = <0x68400000 0x2000000>; // OP-TEE uses 32mb
|
||||
+ no-map;
|
||||
+ };*/
|
||||
+ };
|
||||
+ };
|
||||
+
|
||||
+ ramoops {
|
||||
|
|
Loading…
Add table
Reference in a new issue