]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Drop CONFIG_ERRNO_STR from SPL
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:39:03 +0000 (15:39 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:27 +0000 (17:39 -0600)
commit10f5f5a90ed02b00db4e75ff537d37b66d84e119
treeb972fa58188674e3c15c784d3dc3f2c1d03b3824
parent30987ef10b50dc98027757d7dabf84fafc02f9e4
Drop CONFIG_ERRNO_STR from SPL

This bloats the code size quite a bit and is less useful in SPL where there
is no command line.

Avoid including this code in SPL.

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