summaryrefslogtreecommitdiff
path: root/board/freescale/ls2080ardb
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-08-03 12:33:00 -0700
committerYork Sun <york.sun@nxp.com>2016-09-14 14:07:19 -0700
commitb63a9506296b10b9730c3ff4a0e9611f6f98e7db (patch)
tree15cae8f7890f62c2a3e80aebbe957b85e2de56b9 /board/freescale/ls2080ardb
parentb392a6d4b05b7409283cd75b4ac6bd12018d187a (diff)
armv8: ls2080a: Remove debug server support
Debug server feature has been dropped from roadmap. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/ls2080ardb')
-rw-r--r--board/freescale/ls2080ardb/ls2080ardb.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/freescale/ls2080ardb/ls2080ardb.c b/board/freescale/ls2080ardb/ls2080ardb.c
index a65cd4ab80..7d8a7115dc 100644
--- a/board/freescale/ls2080ardb/ls2080ardb.c
+++ b/board/freescale/ls2080ardb/ls2080ardb.c
@@ -13,7 +13,6 @@
#include <hwconfig.h>
#include <fdt_support.h>
#include <libfdt.h>
-#include <fsl_debug_server.h>
#include <fsl-mc/fsl_mc.h>
#include <environment.h>
#include <i2c.h>
@@ -229,9 +228,6 @@ int dram_init(void)
#if defined(CONFIG_ARCH_MISC_INIT)
int arch_misc_init(void)
{
-#ifdef CONFIG_FSL_DEBUG_SERVER
- debug_server_init();
-#endif
#ifdef CONFIG_FSL_CAAM
sec_init();
#endif