From 7bf73fb0c184d4a196c281def7a4528c3020aadb Mon Sep 17 00:00:00 2001 From: Stefan Kalkowski Date: Wed, 27 Nov 2013 12:49:46 +0100 Subject: [PATCH] hw_imx53: use same link address with or without TZ --- base-hw/src/core/imx53/trustzone/target.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/base-hw/src/core/imx53/trustzone/target.mk b/base-hw/src/core/imx53/trustzone/target.mk index 6190e1e795..177a6b0bc1 100644 --- a/base-hw/src/core/imx53/trustzone/target.mk +++ b/base-hw/src/core/imx53/trustzone/target.mk @@ -10,9 +10,6 @@ REQUIRES += trustzone # add include paths INC_DIR += $(REP_DIR)/src/core/imx53/trustzone -# adjust link address of a trustzone text segment -LD_TEXT_ADDR = 0x70800000 - # add C++ sources SRC_CC += vm_session_component.cc