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
44230465
Unverified
Commit
44230465
authored
6 years ago
by
Antonio Niño Díaz
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1742 from sandrine-bailleux-arm/sb/fix-arm-mk
Fix a variable expansion in Arm platform makefiles
parents
bddb5df1
9ce0d321
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
plat/arm/board/juno/platform.mk
+1
-1
plat/arm/board/juno/platform.mk
plat/arm/css/sgi/sgi-common.mk
+1
-1
plat/arm/css/sgi/sgi-common.mk
plat/arm/css/sgm/sgm-common.mk
+1
-1
plat/arm/css/sgm/sgm-common.mk
with
3 additions
and
3 deletions
+3
-3
plat/arm/board/juno/platform.mk
View file @
44230465
...
...
@@ -94,7 +94,7 @@ endif
endif
ifneq
(${RESET_TO_BL31},0)
$(error
"Using
BL31
as
the
reset
vector
is
not
supported
on
${PLAT
FORM
}
platform.
\
$(error
"Using
BL31
as
the
reset
vector
is
not
supported
on
${PLAT}
platform.
\
Please
set
RESET_TO_BL31
to
0.
")
endif
...
...
This diff is collapsed.
Click to expand it.
plat/arm/css/sgi/sgi-common.mk
View file @
44230465
...
...
@@ -47,7 +47,7 @@ BL31_SOURCES += ${CSS_ENT_BASE}/sgi_ras.c
endif
ifneq
(${RESET_TO_BL31},0)
$(error
"Using
BL31
as
the
reset
vector
is
not
supported
on
${PLAT
FORM
}
platform.
\
$(error
"Using
BL31
as
the
reset
vector
is
not
supported
on
${PLAT}
platform.
\
Please
set
RESET_TO_BL31
to
0.")
endif
...
...
This diff is collapsed.
Click to expand it.
plat/arm/css/sgm/sgm-common.mk
View file @
44230465
...
...
@@ -46,7 +46,7 @@ BL31_SOURCES += $(SGM_CPU_SOURCES) \
${CSS_SGM_BASE}
/sgm_plat_config.c
ifneq
(${RESET_TO_BL31},0)
$(error
"Using
BL31
as
the
reset
vector
is
not
supported
on
${PLAT
FORM
}
platform.
\
$(error
"Using
BL31
as
the
reset
vector
is
not
supported
on
${PLAT}
platform.
\
Please
set
RESET_TO_BL31
to
0.")
endif
...
...
This diff is collapsed.
Click to expand it.
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