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
01f1ebbb
Commit
01f1ebbb
authored
Aug 18, 2015
by
danh-arm
Browse files
Merge pull request #362 from jcastillo-arm/jc/inline
Fix build error with optimizations disabled (-O0)
parents
432b9905
80bb6afd
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/plat/arm/common/arm_config.h
View file @
01f1ebbb
...
...
@@ -55,7 +55,7 @@ typedef struct arm_config {
/* If used, arm_config must be defined and populated in the platform port */
extern
arm_config_t
arm_config
;
inline
const
arm_config_t
*
get_arm_config
(
void
)
static
inline
const
arm_config_t
*
get_arm_config
(
void
)
{
return
&
arm_config
;
}
...
...
include/plat/arm/soc/common/soc_css.h
View file @
01f1ebbb
...
...
@@ -37,7 +37,7 @@
void
soc_css_init_nic400
(
void
);
void
soc_css_init_pcie
(
void
);
inline
void
soc_css_security_setup
(
void
)
static
inline
void
soc_css_security_setup
(
void
)
{
soc_css_init_nic400
();
soc_css_init_pcie
();
...
...
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