summaryrefslogtreecommitdiff
path: root/plat/mediatek
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2016-02-01 19:06:57 +0000
committerdanh-arm <dan.handley@arm.com>2016-02-01 19:06:57 +0000
commit1a3986a4c6088b2110b790ecfde4f950e918c77e (patch)
tree3ab7c3671029a2095127c15a1525aa9f00ae4934 /plat/mediatek
parent9f89feb919b59717abf05c9a7236b55bc422383f (diff)
parentd30ac1c36f79588e7384cc56c69f885147a4286f (diff)
Merge pull request #508 from soby-mathew/sm/debug_xlat
Use tf_printf() for debug logs from xlat_tables.c
Diffstat (limited to 'plat/mediatek')
-rw-r--r--plat/mediatek/mt8173/include/platform_def.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/plat/mediatek/mt8173/include/platform_def.h b/plat/mediatek/mt8173/include/platform_def.h
index 7759b3ee..0573bc5e 100644
--- a/plat/mediatek/mt8173/include/platform_def.h
+++ b/plat/mediatek/mt8173/include/platform_def.h
@@ -31,7 +31,6 @@
#ifndef __PLATFORM_DEF_H__
#define __PLATFORM_DEF_H__
-#define DEBUG_XLAT_TABLE 0
/*******************************************************************************
* Platform binary types for linking
@@ -44,9 +43,7 @@
******************************************************************************/
/* Size of cacheable stacks */
-#if DEBUG_XLAT_TABLE
-#define PLATFORM_STACK_SIZE 0x800
-#elif IMAGE_BL1
+#if IMAGE_BL1
#define PLATFORM_STACK_SIZE 0x440
#elif IMAGE_BL2
#define PLATFORM_STACK_SIZE 0x400