summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-06-23 15:39:03 -0600
committerSimon Glass <sjg@chromium.org>2015-07-21 17:39:27 -0600
commit10f5f5a90ed02b00db4e75ff537d37b66d84e119 (patch)
treeb972fa58188674e3c15c784d3dc3f2c1d03b3824 /lib
parent30987ef10b50dc98027757d7dabf84fafc02f9e4 (diff)
downloadtalos-obmc-uboot-10f5f5a90ed02b00db4e75ff537d37b66d84e119.tar.gz
talos-obmc-uboot-10f5f5a90ed02b00db4e75ff537d37b66d84e119.zip
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index ca72187c3d..1139f9b755 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -23,6 +23,7 @@ obj-$(CONFIG_USB_TTY) += circbuf.o
obj-y += crc7.o
obj-y += crc8.o
obj-y += crc16.o
+obj-$(CONFIG_ERRNO_STR) += errno_str.o
obj-$(CONFIG_FIT) += fdtdec_common.o
obj-$(CONFIG_OF_CONTROL) += fdtdec_common.o
obj-$(CONFIG_OF_CONTROL) += fdtdec.o
@@ -59,7 +60,6 @@ endif
obj-$(CONFIG_ADDR_MAP) += addr_map.o
obj-y += hashtable.o
obj-y += errno.o
-obj-$(CONFIG_ERRNO_STR) += errno_str.o
obj-y += display_options.o
obj-$(CONFIG_BCH) += bch.o
obj-y += crc32.o
OpenPOWER on IntegriCloud