aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2014-03-12 16:39:42 +0000
committerSandrine Bailleux <sandrine.bailleux@arm.com>2014-03-12 16:47:46 +0000
commit44b4423b92f33f73e5b11c83b91cf944eaf16693 (patch)
tree423a8f446554ab20ab96e084ed2d197752a4af1c
parent753565fc88fadedbff16cea6c06149a93ee633fd (diff)
Workaround: Define BL32 base address
Workaround for issue #68
-rw-r--r--plat/juno/platform.h6
1 files changed, 6 insertions, 0 deletions
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)