summaryrefslogtreecommitdiff
path: root/plat
diff options
context:
space:
mode:
authorChristine Gharzuzi <chrisg@marvell.com>2017-08-10 17:18:23 +0300
committerKostya Porotchkin <kostap@marvell.com>2017-08-13 11:01:52 +0300
commitd8d284de9d396e9399a5ffe863270706ae2c19d8 (patch)
tree4e2200271452407caa3a943ed11d01d7317ad985 /plat
parent54b9312d8e844e45de7be9f17d9178812975b186 (diff)
makefile: aro: add define flag for ARO.
Add define flag for ARO and set it by default to 1. No functional change Change-Id: Id5ae19f8fa9d1096b80615fffa9ccec1eb8f4f9c Signed-off-by: Christine Gharzuzi <chrisg@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/42866 Reviewed-by: Kostya Porotchkin <kostap@marvell.com> Reviewed-by: Hanna Hawa <hannah@marvell.com> Tested-by: iSoC Platform CI <ykjenk@marvell.com>
Diffstat (limited to 'plat')
-rw-r--r--plat/marvell/a8k/common/plat_ble_setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/marvell/a8k/common/plat_ble_setup.c b/plat/marvell/a8k/common/plat_ble_setup.c
index 20f5cf22..bcd4826e 100644
--- a/plat/marvell/a8k/common/plat_ble_setup.c
+++ b/plat/marvell/a8k/common/plat_ble_setup.c
@@ -485,7 +485,9 @@ int ble_plat_setup(int *skip)
/* Setup AVS */
ble_plat_svc_config();
+#if ARO_ENABLE
init_aro();
+#endif
/* Get dram data from platform */
cfg = (struct dram_config *)plat_get_dram_data();