Sign in
qemu
/
u-boot-sam460ex
/
f39236b02b360593f43ca46c590b2695dabefc15
/
.
/
board
/
ACube
/
common
/
slb
/
sbl_errcodes.h
blob: e7bc5610825f887a61bff29a3962c24e8a9f37f4 [
file
] [
log
] [
blame
]
#ifndef
SBL_ERRCODES_H
#define
SBL_ERRCODES_H
enum
sbl_errors
{
SBL_COULDNT_INIT
=
-
1
,
SBL_PROTOCOL_TOO_OLD
=
-
2
,
SBL_PROTOCOL_TOO_NEW
=
-
3
,
SBL_NO_CONFIG_FILES_FOUND
=
-
4
,
SBL_FAILED_LOADING_KERNEL_IMAGE
=
-
5
,
SBL_UNKNOWN_ERROR
=
-
10
};
#endif