[U-Boot] [PATCH 02/19] exynos: config-common: enable errno_str() function
Przemyslaw Marczak
p.marczak at samsung.com
Wed Oct 8 22:48:38 CEST 2014
Signed-off-by: Przemyslaw Marczak <p.marczak at samsung.com>
---
include/configs/exynos-common.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h
index 6ba9bb7..fa02cb2 100644
--- a/include/configs/exynos-common.h
+++ b/include/configs/exynos-common.h
@@ -95,4 +95,6 @@
#define CONFIG_SYS_NO_FLASH
#undef CONFIG_CMD_IMLS
+#define CONFIG_ERRNO_STR
+
#endif /* __CONFIG_H */
--
1.9.1
More information about the U-Boot
mailing list