commit | 1bda432c6f9c70b4d5416b74aa1b3e7eec70d363 | [log] [tgz] |
---|---|---|
author | Thomas Hebb <tommyhebb@gmail.com> | Fri Nov 15 08:48:57 2019 -0800 |
committer | Kever Yang <kever.yang@rock-chips.com> | Sun Nov 17 18:51:25 2019 +0800 |
tree | 558d6d7f75c09392204fe551d15c0756296574ce | |
parent | 14ac1241e0f5b9c8095d3acb475cba36a77a3f0c [diff] |
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>