aboutsummaryrefslogtreecommitdiff
path: root/plat/layerscape/board/ls1043/tsp/ls1043_tsp_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/layerscape/board/ls1043/tsp/ls1043_tsp_setup.c')
-rw-r--r--plat/layerscape/board/ls1043/tsp/ls1043_tsp_setup.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/plat/layerscape/board/ls1043/tsp/ls1043_tsp_setup.c b/plat/layerscape/board/ls1043/tsp/ls1043_tsp_setup.c
deleted file mode 100644
index 4fc019c851..0000000000
--- a/plat/layerscape/board/ls1043/tsp/ls1043_tsp_setup.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-#include "plat_ls.h"
-
-void tsp_early_platform_setup(void)
-{
- ls_tsp_early_platform_setup();
-
- /*Todo: Initialize the platform config for future decision making */
-}