From 51c79b7351ba99f8d6ad6c3045cc8fb10b413b4a Mon Sep 17 00:00:00 2001 From: Soby Mathew Date: Tue, 30 Aug 2016 13:07:31 +0100 Subject: AArch32: resolve build error when LOG_LEVEL=50 This patch resolves a build error in Trusted Firmware when `ARCH=aarch32` and LOG_LEVEL >= 50. Change-Id: I62a23ded4a25304533cdcc5ff11442aee041709b --- common/bl_common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/bl_common.c b/common/bl_common.c index 6dcd4c18..bae02d4b 100644 --- a/common/bl_common.c +++ b/common/bl_common.c @@ -419,9 +419,11 @@ void print_entry_point_info(const entry_point_info_t *ep_info) PRINT_IMAGE_ARG(1); PRINT_IMAGE_ARG(2); PRINT_IMAGE_ARG(3); +#ifndef AARCH32 PRINT_IMAGE_ARG(4); PRINT_IMAGE_ARG(5); PRINT_IMAGE_ARG(6); PRINT_IMAGE_ARG(7); +#endif #undef PRINT_IMAGE_ARG } -- cgit v1.2.3