Workaround: Define BL32 base address

Workaround for issue #68
This commit is contained in:
Sandrine Bailleux 2014-03-12 16:39:42 +00:00
parent 753565fc88
commit 44b4423b92
1 changed files with 6 additions and 0 deletions

View File

@ -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
******************************************************************************/