summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-04-08 13:37:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-04-08 13:37:28 +0200
commit0d3f88a6dbe59bced2530e69d241f569be58cf3c (patch)
treeae94772c93de515e888f15de1f48d9217039a6d0 /common
parentca275c3ef10906d1cd5c7d40ab78b2fad0a0c181 (diff)
parentf546a50feb861c4264892b2089f8e0cff9b6f68e (diff)
downloadbarebox-0d3f88a6dbe59bced2530e69d241f569be58cf3c.tar.gz
barebox-0d3f88a6dbe59bced2530e69d241f569be58cf3c.tar.xz
Merge branch 'for-next/imx'
Diffstat (limited to 'common')
-rw-r--r--common/misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/misc.c b/common/misc.c
index 8b2417b660..f0f0b808b7 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -65,6 +65,7 @@ const char *strerror(int errnum)
case ENETUNREACH : str = "Network is unreachable"; break;
case ENETDOWN : str = "Network is down"; break;
case ETIMEDOUT : str = "Connection timed out"; break;
+ case EPROBE_DEFER : str = "Requested probe deferral"; break;
#if 0 /* These are probably not needed */
case ENOTBLK : str = "Block device required"; break;
case EFBIG : str = "File too large"; break;