[U-Boot] [PATCH 30/45] Add a header file for strings

Simon Glass sjg at chromium.org
Mon Oct 1 18:22:34 UTC 2018


Add a string.h header for libraries that expect this to be available, now
that U-Boot's version has moved to include/linux.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 include/string.h | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 include/string.h

diff --git a/include/string.h b/include/string.h
new file mode 100644
index 00000000000..38134dcf4c7
--- /dev/null
+++ b/include/string.h
@@ -0,0 +1 @@
+#include <linux/string.h>
-- 
2.19.0.605.g01d371f741-goog



More information about the U-Boot mailing list