Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
3b12a6fc
Commit
3b12a6fc
authored
Feb 01, 2018
by
Victor Chong
Browse files
hikey*, poplar: platform.mk: Fix typo in variable assignments
Signed-off-by:
Victor Chong
<
victor.chong@linaro.org
>
parent
f3d522be
Changes
3
Hide whitespace changes
Inline
Side-by-side
plat/hisilicon/hikey/platform.mk
View file @
3b12a6fc
...
...
@@ -9,11 +9,11 @@ LOAD_IMAGE_V2 := 1
# On Hikey, the TSP can execute from TZC secure area in DRAM (default)
# or SRAM.
HIKEY_TSP_RAM_LOCATION
:
=
dram
HIKEY_TSP_RAM_LOCATION
?
=
dram
ifeq
(${HIKEY_TSP_RAM_LOCATION}, dram)
HIKEY_TSP_RAM_LOCATION_ID
=
HIKEY_DRAM_ID
else
ifeq
(${HIKEY_TSP_RAM_LOCATION}, sram)
HIKEY_TSP_RAM_LOCATION_ID
:
=
HIKEY_SRAM_ID
HIKEY_TSP_RAM_LOCATION_ID
=
HIKEY_SRAM_ID
else
$(error
"Currently unsupported HIKEY_TSP_RAM_LOCATION value"
)
endif
...
...
plat/hisilicon/hikey960/platform.mk
View file @
3b12a6fc
...
...
@@ -8,11 +8,11 @@
LOAD_IMAGE_V2
:=
1
# On Hikey960, the TSP can execute from TZC secure area in DRAM.
HIKEY960_TSP_RAM_LOCATION
:
=
dram
HIKEY960_TSP_RAM_LOCATION
?
=
dram
ifeq
(${HIKEY960_TSP_RAM_LOCATION}, dram)
HIKEY960_TSP_RAM_LOCATION_ID
=
HIKEY960_DRAM_ID
else
ifeq
(${HIKEY960_TSP_RAM_LOCATION}, sram)
HIKEY960_TSP_RAM_LOCATION_ID
:
=
HIKEY960_SRAM_ID
HIKEY960_TSP_RAM_LOCATION_ID
=
HIKEY960_SRAM_ID
else
$(error
"Currently unsupported HIKEY960_TSP_RAM_LOCATION value"
)
endif
...
...
plat/hisilicon/poplar/platform.mk
View file @
3b12a6fc
...
...
@@ -8,11 +8,11 @@
LOAD_IMAGE_V2
:=
1
# On Poplar, the TSP can execute from TZC secure area in DRAM.
POPLAR_TSP_RAM_LOCATION
:
=
dram
POPLAR_TSP_RAM_LOCATION
?
=
dram
ifeq
(${POPLAR_TSP_RAM_LOCATION}, dram)
POPLAR_TSP_RAM_LOCATION_ID
=
POPLAR_DRAM_ID
else
ifeq
(${POPLAR_TSP_RAM_LOCATION}, sram)
POPLAR_TSP_RAM_LOCATION_ID
:
=
POPLAR_SRAM_ID
POPLAR_TSP_RAM_LOCATION_ID
=
POPLAR_SRAM_ID
else
$(error
"Currently unsupported POPLAR_TSP_RAM_LOCATION value"
)
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment