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
7e473eae
Commit
7e473eae
authored
Dec 09, 2015
by
danh-arm
Browse files
Merge pull request #458 from soby-mathew/sm/rem_tzc_base_assert
Remove the assert for TZC base during initialization
parents
c7488966
b07b1ff5
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/arm/tzc400/tzc400.c
View file @
7e473eae
...
@@ -170,9 +170,6 @@ void tzc_init(uintptr_t base)
...
@@ -170,9 +170,6 @@ void tzc_init(uintptr_t base)
assert
(
base
);
assert
(
base
);
/* Assert if already initialised */
assert
(
!
tzc
.
base
);
tzc
.
base
=
base
;
tzc
.
base
=
base
;
/*
/*
...
...
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