summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2018-09-14 22:39:46 +0800
committerJun Nie <jun.nie@linaro.org>2018-10-04 12:24:34 +0800
commit77c54d982a0a4352091a6134f9cf71c091b1cb53 (patch)
tree50774c09c1ab906b30a4bebdab32e6c5a1960cc2
parenta03a6b6866bbebd20e167f2c71a5ecdda1300de6 (diff)
warp7: Change TFTF load address
Change TFTF load address because ATF is merged and load address is re-arranged. Signed-off-by: Jun Nie <jun.nie@linaro.org>
-rw-r--r--plat/nxp/board/warp7/include/platform_def.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plat/nxp/board/warp7/include/platform_def.h b/plat/nxp/board/warp7/include/platform_def.h
index dc4e0a7..ac09e9a 100644
--- a/plat/nxp/board/warp7/include/platform_def.h
+++ b/plat/nxp/board/warp7/include/platform_def.h
@@ -53,8 +53,7 @@
* It has to match the location where the trusted firmware loads the BL3-3
* image.
******************************************************************************/
-//#define TFTF_BASE 0x9e000000
-#define TFTF_BASE 0x9f000000
+#define TFTF_BASE 0x9a000000
#define DRAM_BASE 0x80000000
#define DRAM_SIZE 0x20000000