Merge changes from topic "hm/libtl"

* changes:
  refactor: replace in-tree Event Log Lib w/ submodule
  feat(libtl): integrate Transfer List Library as submodule
  refactor: remove dead make command
diff --git a/plat/arm/fvp/include/platform_def.h b/plat/arm/fvp/include/platform_def.h
index 60c33e9..be41a25 100644
--- a/plat/arm/fvp/include/platform_def.h
+++ b/plat/arm/fvp/include/platform_def.h
@@ -160,7 +160,7 @@
  * Base address and limit for NS_BL2U image.
  ******************************************************************************/
 #define NS_BL2U_BASE		DRAM_BASE
-#define NS_BL2U_LIMIT		(NS_BL2U_BASE + 0x4E000)
+#define NS_BL2U_LIMIT		(NS_BL2U_BASE + 0x50000)
 
 /******************************************************************************
  * Memory mapped Generic timer interfaces