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
0892f6b6
Commit
0892f6b6
authored
Apr 07, 2016
by
danh-arm
Browse files
Merge pull request #583 from mtk09422/fix-build-error
mt8173: fix spm driver build errors
parents
e8508834
3454fdea
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/mediatek/mt8173/drivers/spm/spm.c
View file @
0892f6b6
...
...
@@ -49,10 +49,6 @@
#define SPM_SYSCLK_SETTLE 128
/* 3.9ms */
#if DEBUG
static
int
spm_dormant_sta
=
CPU_DORMANT_RESET
;
#endif
DEFINE_BAKERY_LOCK
(
spm_lock
);
static
int
spm_hotplug_ready
__section
(
"tzfw_coherent_mem"
);
...
...
@@ -378,7 +374,6 @@ enum wake_reason_t spm_output_wake_reason(struct wake_status *wakesta)
wakesta
->
raw_sta
,
wakesta
->
idle_sta
,
wakesta
->
event_reg
,
wakesta
->
isr
);
INFO
(
"dormant state = %d
\n
"
,
spm_dormant_sta
);
return
wr
;
}
...
...
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