Use standard errno definitions in load_auth_image()
authorJuan Castillo <jcastillo.devel@gmail.com>
Thu, 1 Oct 2015 17:37:40 +0000 (18:37 +0100)
committerJuan Castillo <juan.castillo@arm.com>
Fri, 23 Oct 2015 15:57:52 +0000 (16:57 +0100)
commit78460a05e4504c861708f19812f8cb1710a99edc
treebcbb19352ff5a688929e0dead3858423822f5a7d
parent7e26fe1f05bb05ce6e0f95b9a44ada2a21d53dd3
Use standard errno definitions in load_auth_image()

This patch replaces custom definitions used as return values for
the load_auth_image() function with standard error codes defined
in errno.h. The custom definitions have been removed.

It also replaces the usage of IO framework error custom definitions,
which have been deprecated. Standard errno definitions are used
instead.

Change-Id: I1228477346d3876151c05b470d9669c37fd231be
bl2/bl2_main.c
common/bl_common.c
include/common/bl_common.h