aboutsummaryrefslogtreecommitdiff
path: root/plat
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2018-01-29 18:08:34 +0900
committerVictor Chong <victor.chong@linaro.org>2018-02-07 19:20:52 +0900
commitce2547f8d3e0fb526ea4a6bdffc4db8905106a30 (patch)
tree2348c6c409c0845bfdb46f9b681f70147dc3bc55 /plat
parentb715f116ee244c2c54db51c86b4a9a897d0d5434 (diff)
downloadtrusted-firmware-a-ce2547f8d3e0fb526ea4a6bdffc4db8905106a30.tar.gz
poplar: Fix typo
Signed-off-by: Victor Chong <victor.chong@linaro.org> Tested-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'plat')
-rw-r--r--plat/hisilicon/poplar/platform.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/hisilicon/poplar/platform.mk b/plat/hisilicon/poplar/platform.mk
index d53e062743..0fb8f6b25d 100644
--- a/plat/hisilicon/poplar/platform.mk
+++ b/plat/hisilicon/poplar/platform.mk
@@ -8,7 +8,7 @@
POPLAR_TSP_RAM_LOCATION := dram
ifeq (${POPLAR_TSP_RAM_LOCATION}, dram)
POPLAR_TSP_RAM_LOCATION_ID = POPLAR_DRAM_ID
-else ifeq (${HIKEY960_TSP_RAM_LOCATION}, sram)
+else ifeq (${POPLAR_TSP_RAM_LOCATION}, sram)
POPLAR_TSP_RAM_LOCATION_ID := POPLAR_SRAM_ID
else
$(error "Currently unsupported POPLAR_TSP_RAM_LOCATION value")
@@ -68,7 +68,7 @@ BL1_SOURCES += \
drivers/io/io_fip.c \
drivers/io/io_memmap.c \
plat/hisilicon/poplar/bl1_plat_setup.c \
- plat/hisilicon/poplar/plat_storage.c \
+ plat/hisilicon/poplar/plat_storage.c
BL2_SOURCES += \