summaryrefslogtreecommitdiff
path: root/include/configs/ls2080a_common.h
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 /include/configs/ls2080a_common.h
parentb392a6d4b05b7409283cd75b4ac6bd12018d187a (diff)
downloadu-boot-imx-b63a9506296b10b9730c3ff4a0e9611f6f98e7db.zip
u-boot-imx-b63a9506296b10b9730c3ff4a0e9611f6f98e7db.tar.gz
u-boot-imx-b63a9506296b10b9730c3ff4a0e9611f6f98e7db.tar.bz2
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 'include/configs/ls2080a_common.h')
-rw-r--r--include/configs/ls2080a_common.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h
index ebe1415..903f6dd 100644
--- a/include/configs/ls2080a_common.h
+++ b/include/configs/ls2080a_common.h
@@ -153,11 +153,6 @@ unsigned long long get_qixis_addr(void);
#define CONFIG_SYS_NAND_BASE 0x530000000ULL
#define CONFIG_SYS_NAND_BASE_PHYS 0x30000000
-/* Debug Server firmware */
-#define CONFIG_FSL_DEBUG_SERVER
-/* 2 sec timeout */
-#define CONFIG_SYS_DEBUG_SERVER_TIMEOUT (2 * 1000 * 1000)
-
/* MC firmware */
#define CONFIG_FSL_MC_ENET
/* TODO Actual DPL max length needs to be confirmed with the MC FW team */
@@ -175,8 +170,7 @@ unsigned long long get_qixis_addr(void);
* It will be used by MC and Debug Server. The MC region must be
* 512MB aligned, so the min size to hide is 512MB.
*/
-#if defined(CONFIG_FSL_MC_ENET) || defined(CONFIG_FSL_DEBUG_SERVER)
-#define CONFIG_SYS_DEBUG_SERVER_DRAM_BLOCK_MIN_SIZE (254UL * 1024 * 1024)
+#ifdef CONFIG_FSL_MC_ENET
#define CONFIG_SYS_LS_MC_DRAM_BLOCK_MIN_SIZE (512UL * 1024 * 1024)
#define CONFIG_SYS_MC_RSV_MEM_ALIGN (512UL * 1024 * 1024)
#endif