From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Wed, 15 Apr 2020 18:46:18 +0200 Subject: [PATCH 0/5] lib: reduce SPL size Message-ID: <20200415164623.142908-1-xypron.glpk@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Several configuration options inject code into SPL even if it is not needed. Heinrich Schuchardt (5): lib: do not build OID registry in SPL lib: date functions in SPL common: image_sign_info helper functions in SPL lib: do not provide hexdump in SPL dlmalloc: remove unit test support in SPL Kconfig | 2 +- common/Kconfig | 11 +++++++++++ common/Makefile | 2 +- common/dlmalloc.c | 2 +- lib/Makefile | 6 +++--- lib/hexdump.c | 2 +- 6 files changed, 18 insertions(+), 7 deletions(-) -- 2.25.1