summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/plat/arm/board/common/board_arm_def.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/plat/arm/board/common/board_arm_def.h b/include/plat/arm/board/common/board_arm_def.h
index b4e43134..db2a8dfb 100644
--- a/include/plat/arm/board/common/board_arm_def.h
+++ b/include/plat/arm/board/common/board_arm_def.h
@@ -39,9 +39,7 @@
*/
/* Size of cacheable stacks */
-#if DEBUG_XLAT_TABLE
-# define PLATFORM_STACK_SIZE 0x800
-#elif IMAGE_BL1
+#if IMAGE_BL1
#if TRUSTED_BOARD_BOOT
# define PLATFORM_STACK_SIZE 0x1000
#else