Commit 1c195365 authored by Arunachalam Ganapathy's avatar Arunachalam Ganapathy
Browse files

fix(tc0): change UUID to string format



Change OP-TEE, Cactus SPs UUID to string format
Signed-off-by: default avatarArunachalam Ganapathy <arunachalam.ganapathy@arm.com>
Change-Id: I32dbf40e4c5aa959bb92d3e853072aea63409ddc
parent 2a008779
...@@ -39,24 +39,24 @@ ...@@ -39,24 +39,24 @@
#endif #endif
#if OPTEE_SP_FW_CONFIG #if OPTEE_SP_FW_CONFIG
op-tee { op-tee {
uuid = <0x486178e0 0xe7f811e3 0xbc5e0002 0xa5d5c51b>; uuid = "486178e0-e7f8-11e3-bc5e-0002a5d5c51b";
load-address = <0xfd280000>; load-address = <0xfd280000>;
}; };
#else #else
cactus-primary { cactus-primary {
uuid = <0xb4b5671e 0x4a904fe1 0xb81ffb13 0xdae1dacb>; uuid = "b4b5671e-4a90-4fe1-b81f-fb13dae1dacb";
load-address = <0xfe000000>; load-address = <0xfe000000>;
owner = "SiP"; owner = "SiP";
}; };
cactus-secondary { cactus-secondary {
uuid = <0xd1582309 0xf02347b9 0x827c4464 0xf5578fc8>; uuid = "d1582309-f023-47b9-827c-4464f5578fc8";
load-address = <0xfe100000>; load-address = <0xfe100000>;
owner = "Plat"; owner = "Plat";
}; };
cactus-tertiary { cactus-tertiary {
uuid = <0x79b55c73 0x1d8c44b9 0x859361e1 0x770ad8d2>; uuid = "79b55c73-1d8c-44b9-8593-61e1770ad8d2";
load-address = <0xfe200000>; load-address = <0xfe200000>;
}; };
#endif #endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment