Remove deprecated IO return definitions
authorJuan Castillo <juan.castillo@arm.com>
Mon, 2 Nov 2015 10:47:01 +0000 (10:47 +0000)
committerJuan Castillo <juan.castillo@arm.com>
Mon, 2 Nov 2015 10:47:01 +0000 (10:47 +0000)
commite098e244a25017d8298d63a8bf04e9151b52ac3a
tree9b6618d8dcdb604e8206b3104b60c71766a629f5
parentf57e2db6ef4b86a6af57891a2d7a90266ad6c033
Remove deprecated IO return definitions

Patch 7e26fe1f deprecates IO specific return definitions in favour
of standard errno codes. This patch removes those definitions
and its usage from the IO framework, IO drivers and IO platform
layer. Following this patch, standard errno codes must be used
when checking the return value of an IO function.

Change-Id: Id6e0e9d0a7daf15a81ec598cf74de83d5768650f
common/bl_common.c
drivers/io/io_fip.c
drivers/io/io_memmap.c
drivers/io/io_semihosting.c
drivers/io/io_storage.c
include/drivers/io/io_storage.h
plat/arm/board/fvp/fvp_io_storage.c
plat/arm/common/arm_io_storage.c