From 7a2b35d807960d9f0206d04b2800176ec995a690 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 28 Dec 2016 18:32:02 +0900 Subject: [PATCH] qemu: remove unused BL32_SIZE I do not see any line that references BL32_SIZE. Signed-off-by: Masahiro Yamada --- plat/qemu/include/platform_def.h | 1 - 1 file changed, 1 deletion(-) diff --git a/plat/qemu/include/platform_def.h b/plat/qemu/include/platform_def.h index d983ce6f0..1fa21642b 100644 --- a/plat/qemu/include/platform_def.h +++ b/plat/qemu/include/platform_def.h @@ -175,7 +175,6 @@ #else # error "Unsupported BL32_RAM_LOCATION_ID value" #endif -#define BL32_SIZE (BL32_LIMIT - BL32_BASE) #define NS_IMAGE_OFFSET 0x60000000