CC3XX: Change usage of abort() to exit() for no_os

Changes the CC_PalAbort() function to call exit() instead of abort() for
the no_os PAL. Since abort() prints a message to stderr before calling
exit(), it causes heap allocation to be used.

Signed-off-by: Jamie Fox <jamie.fox@arm.com>
Change-Id: I7924800bc8e138222f161e19860c8a535236cde6
1 file changed