]> git.baikalelectronics.ru Git - uboot.git/commit
string: Include the config header
authorSimon Glass <sjg@chromium.org>
Tue, 6 Nov 2018 22:21:38 +0000 (15:21 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Nov 2018 02:14:22 +0000 (19:14 -0700)
commitca95c63eaad6e4b33a7e4d04f626dd3d13ef955a
tree1abb59c50a1cbb689efaa7347a23c5a61b40f3c6
parentf39b63fefebd1c61490ba6280d973f7d9f78df49
string: Include the config header

At present the config header is not included in this file, but it does use
a CONFIG option. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/string.c