diff --git a/plat/juno/platform.h b/plat/juno/platform.h index 0118aac..dfcffff 100644 --- a/plat/juno/platform.h +++ b/plat/juno/platform.h @@ -182,6 +182,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 ******************************************************************************/ #define ADDR_SPACE_SIZE (1ull << 32)