Merge pull request #177 from jcastillo-arm/jc/tf-issues/096

Rework incorrect use of assert() and panic() in codebase
This commit is contained in:
danh-arm
2014-07-28 14:33:44 +01:00
11 changed files with 24 additions and 11 deletions

View File

@@ -33,6 +33,7 @@
#define SECURE 0x0
#define NON_SECURE 0x1
#define sec_state_is_valid(s) (((s) == SECURE) || ((s) == NON_SECURE))
#define UP 1
#define DOWN 0