From patchwork Wed Apr 15 16:46:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 237805 List-Id: U-Boot discussion From: xypron.glpk at gmx.de (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> 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