diff options
author | danh-arm <dan.handley@arm.com> | 2016-02-01 19:06:57 +0000 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2016-02-01 19:06:57 +0000 |
commit | 1a3986a4c6088b2110b790ecfde4f950e918c77e (patch) | |
tree | 3ab7c3671029a2095127c15a1525aa9f00ae4934 /include | |
parent | 9f89feb919b59717abf05c9a7236b55bc422383f (diff) | |
parent | d30ac1c36f79588e7384cc56c69f885147a4286f (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.h | 4 |
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 |