summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorThomas Hebb <tommyhebb@gmail.com>2019-11-15 19:48:57 +0300
committerKever Yang <kever.yang@rock-chips.com>2019-11-17 13:51:25 +0300
commit64eff47c789feb1c92d0a845a465bda60e268886 (patch)
tree558d6d7f75c09392204fe551d15c0756296574ce /arch
parent857d638ca65362619600600acaa34fdd11594311 (diff)
downloadu-boot-64eff47c789feb1c92d0a845a465bda60e268886.tar.xz
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7b80630aa1..f96841c777 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1604,7 +1604,6 @@ config ARCH_ROCKCHIP
select OF_CONTROL
select SPI
select SPL_DM if SPL
- select SPL_SYS_MALLOC_SIMPLE if SPL
select SYS_MALLOC_F
select SYS_THUMB_BUILD if !ARM64
imply ADC
@@ -1614,6 +1613,7 @@ config ARCH_ROCKCHIP
imply FAT_WRITE
imply SARADC_ROCKCHIP
imply SPL_SYSRESET
+ imply SPL_SYS_MALLOC_SIMPLE
imply SYS_NS16550
imply TPL_SYSRESET
imply USB_FUNCTION_FASTBOOT