Now, Tizen does not support optee by default. Change build macro
for optee related nodes in default case.
Change-Id: Ib925414ba6fd96099ca984cc8b665263812b9538
Ref: https://bugs.tizen.org/browse/TRE-2318
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
/dts-v1/;
-#ifdef RPI364
+#ifdef RPI364_OPTEE
/memreserve/ 0x08000000 0x02000000;
#endif
/dts-v1/;
-#ifdef RPI364
+#ifdef RPI364_OPTEE
/memreserve/ 0x08000000 0x02000000;
#endif
<&cpu3>, "clock-frequency:0";
};
-#ifdef RPI364
+#ifdef RPI364_OPTEE
firmware {
optee {
compatible = "linaro,optee-tz";
#endif
};
+#ifdef RPI364_OPTEE
&cpu0 {
enable-method = "psci";
};
&cpu3 {
enable-method = "psci";
};
+#endif