rockchip: imply instead of selecting SPL_SYS_MALLOC_SIMPLE
authorThomas Hebb <tommyhebb@gmail.com>
Fri, 15 Nov 2019 16:48:57 +0000 (08:48 -0800)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 17 Nov 2019 10:51:25 +0000 (18:51 +0800)
commit64eff47c789feb1c92d0a845a465bda60e268886
tree558d6d7f75c09392204fe551d15c0756296574ce
parent857d638ca65362619600600acaa34fdd11594311
rockchip: imply instead of selecting SPL_SYS_MALLOC_SIMPLE

We shouldn't force which allocator the SPL uses, since there's no
platform requirement for one over the other: in fact, we currently allow
selection of the TPL allocator but not the SPL one!

Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/Kconfig