summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIgal Liberman <igall@marvell.com>2017-04-30 13:15:46 +0300
committerKonstantin Porotchkin <kostap@marvell.com>2017-08-22 11:17:25 +0300
commitfe127dcc48767e1465a54cce287429d2e9c722ec (patch)
tree5ed42cab227a32abccf5a4eca25b264024111c19 /Makefile
parent42f639654d3e7da6d3a5dbf1cacd96a97f183205 (diff)
70x0: pcac: rename a7040_pcac to a70x0_pcac
In addition, this patch fixes DRAM initialization issue introduced in: "6942e0c fix: a8k: Fix the platform dependency issue" The root cause of the DRAM failure is the pcac naming. All other A7040 devices names A70x0_XX but pcac was named A7040_pcac. Change-Id: Ic204a3d5272a3563a15f955bb8ce70e2e7390ba1 Signed-off-by: Igal Liberman <igall@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/39021 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Kostya Porotchkin <kostap@marvell.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a0eb172a..26a3379f 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ LLC_DISABLE := 0
# Make non-trusted image by default
MARVELL_SECURE_BOOT := 0
# Enable end point only for 7040 PCAC
-ifeq ($(PLAT),$(filter $(PLAT),a7040_pcac))
+ifeq ($(PLAT),$(filter $(PLAT),a70x0_pcac))
PCI_EP_SUPPORT := 1
else
PCI_EP_SUPPORT := 0