summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-10-01 12:22:34 -0600
committerSimon Glass <sjg@chromium.org>2018-10-09 04:40:27 -0600
commit109860ff3ec7d3d2ba1363a29a480e2d8551ed21 (patch)
treebaa3ca27a1667a3a420d58d96a8f1f733d893192
parent0bf964592ab2955957e1c265508ade345ff7683b (diff)
downloadu-boot-109860ff3ec7d3d2ba1363a29a480e2d8551ed21.tar.gz
Add a header file for strings
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@chromium.org>
-rw-r--r--include/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h
new file mode 100644
index 0000000000..38134dcf4c
--- /dev/null
+++ b/include/string.h
@@ -0,0 +1 @@
+#include <linux/string.h>