mbox series

[0/5] lib: reduce SPL size

Message ID 20200415164623.142908-1-xypron.glpk@gmx.de
Headers show
Series lib: reduce SPL size | expand

Message

Heinrich Schuchardt April 15, 2020, 4:46 p.m. UTC
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