summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristine Gharzuzi <chrisg@marvell.com>2017-08-10 17:18:23 +0300
committerKonstantin Porotchkin <kostap@marvell.com>2017-08-22 11:18:11 +0300
commit9715e7203fbe5a8b1261e752fcc39b65c3841abb (patch)
treedc8094c3e5bec4b34a4c01b10fa5bd44028f3ad7 /Makefile
parent16a78a96ce52403ba1add1bf8ffa0432c6913834 (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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f757329e..16b165d8 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,8 @@ ENABLE_PMF := ${ENABLE_RUNTIME_INSTRUMENTATION}
PLAT := ${DEFAULT_PLAT}
# Enable compilation for Palladium emulation platform
PALLADIUM := 0
+# flag to switch from PLL to ARO
+ARO_ENABLE := 1
# Disable LLC in A8K family of SoCs
LLC_DISABLE := 0
# Make non-trusted image by default