]> git.ipfire.org Git - people/ms/u-boot.git/commit
spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPL
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 30 Jun 2017 16:57:25 +0000 (18:57 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sun, 13 Aug 2017 15:12:21 +0000 (17:12 +0200)
commitd60b5f74fd228baa40f8eb46e1e66cafc643b59c
tree54d513ff28d9b4562cb087c332e2e873adcc56dd
parent1749858a64ac62d5d18457074409fb6f641d04e4
spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPL

As include/malloc.h already checks for SYS_MALLOC_SIMPLE using the
CONFIG_IS_ENABLED macro, we need to move to having separate entries
as we switch to fully separate configuration for SPL and TPL.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/spl/Kconfig