Commit 26bae2fc authored by Sandrine Bailleux's avatar Sandrine Bailleux
Browse files

Workaround: Define BL32 base address

Workaround for issue #68
parent 6a89c0d4
...@@ -181,6 +181,12 @@ ...@@ -181,6 +181,12 @@
******************************************************************************/ ******************************************************************************/
#define BL30_BASE BL31_BASE #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 * Platform specific page table and MMU setup constants
******************************************************************************/ ******************************************************************************/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment