]> 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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:53 +0000 (13:48 +0200)
commit6658d0164910c38d2d36bea245e495d2f0481193
treeb0f55812466582e4c6f6e3aa23772b335b184146
parent6da68dd068b3dc857f8e68e2d762ec3c4b7f3844
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