diff --git a/common.mk b/common.mk
index 1721eee028b8c0d5a37a95ce26573d5afb0dea7a..c4be162d56faef2deee068c04ce0f0e9700dd845 100644
--- a/common.mk
+++ b/common.mk
@@ -296,8 +296,8 @@ filelist-tee-common: optee-client xtest helloworld
 	@if [ -e $(HELLOWORLD_PATH)/host/hello_world ]; then \
 		echo "file /bin/hello_world" \
 			"$(HELLOWORLD_PATH)/host/hello_world 755 0 0"	>> $(fl); \
-		echo "file /lib/optee_armtz/8aaaf200-2450-11e4-abe20002a5d5c51b.ta" \
-			"$(HELLOWORLD_PATH)/ta/8aaaf200-2450-11e4-abe20002a5d5c51b.ta" \
+		echo "file /lib/optee_armtz/8aaaf200-2450-11e4-abe2-0002a5d5c51b.ta" \
+			"$(HELLOWORLD_PATH)/ta/8aaaf200-2450-11e4-abe2-0002a5d5c51b.ta" \
 			"444 0 0" 					>> $(fl); \
 	fi
 	@echo "# Secure storage dir" 					>> $(fl)