summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2018-08-24 00:11:24 +0800
committerJun Nie <jun.nie@linaro.org>2018-08-24 00:23:03 +0800
commit2d06ad2bc7507912bd282049c67289bd253ff8f7 (patch)
tree4030314a3d36db858d7ba6e898814f68beab5e4d
parentad8e357cc0f312ca89449ec61d6a719d58875563 (diff)
warp7: change tftf load address to ease test
change tftf load address to ease test. The original address is for optee. TFTF should play u-boot's role for test actually. But for ease of test, we use u-boot to load it, as below boot sequence of ATF -> optee -> u-boot -> tftf. The command in u-boot console to boot tftf: fatload mmc 0:1 0x9e000000 tftf.bin; go 0x9e000000 Signed-off-by: Jun Nie <jun.nie@linaro.org>
-rw-r--r--plat/nxp/board/warp7/include/platform_def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plat/nxp/board/warp7/include/platform_def.h b/plat/nxp/board/warp7/include/platform_def.h
index 4f87fe8..a5b06aa 100644
--- a/plat/nxp/board/warp7/include/platform_def.h
+++ b/plat/nxp/board/warp7/include/platform_def.h
@@ -53,7 +53,8 @@
* It has to match the location where the trusted firmware loads the BL3-3
* image.
******************************************************************************/
-#define TFTF_BASE 0x9e000000
+//#define TFTF_BASE 0x9e000000
+#define TFTF_BASE 0x9f000000
#define DRAM_BASE 0x80000000
#define DRAM_SIZE 0x20000000