diff mbox series

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

Message ID 20181001182249.129565-31-sjg@chromium.org
State Accepted
Commit 109860ff3ec7d3d2ba1363a29a480e2d8551ed21
Delegated to: Simon Glass
Headers show
Series Various fixes and improvements | expand

Commit Message

Simon Glass Oct. 1, 2018, 6:22 p.m. UTC
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>
---

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

Comments

Simon Glass Oct. 9, 2018, 11:55 p.m. UTC | #1
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>
---

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

Applied to u-boot-dm
diff mbox series

Patch

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>