From 44b4423b92f33f73e5b11c83b91cf944eaf16693 Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux <sandrine.bailleux@arm.com> Date: Wed, 12 Mar 2014 16:39:42 +0000 Subject: [PATCH] Workaround: Define BL32 base address Workaround for issue #68 --- plat/juno/platform.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plat/juno/platform.h b/plat/juno/platform.h index 0118aac26..dfcffff92 100644 --- a/plat/juno/platform.h +++ b/plat/juno/platform.h @@ -181,6 +181,12 @@ ******************************************************************************/ #define BL30_BASE BL31_BASE +/******************************************************************************* + * Workaround for issue #68 + * We don't support BL3-2 on Juno yet + ******************************************************************************/ +#define BL32_BASE 0 + /******************************************************************************* * Platform specific page table and MMU setup constants ******************************************************************************/ -- GitLab