diff --git a/plat/juno/platform.h b/plat/juno/platform.h index 0118aac266861fd95450aea0430592dcbb6bb000..dfcffff9262c0fb44dc5c60571e9aa3c860e0882 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 ******************************************************************************/