mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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>
This commit is contained in:
parent
857d638ca6
commit
64eff47c78
1 changed files with 1 additions and 1 deletions
|
@ -1604,7 +1604,6 @@ config ARCH_ROCKCHIP
|
||||||
select OF_CONTROL
|
select OF_CONTROL
|
||||||
select SPI
|
select SPI
|
||||||
select SPL_DM if SPL
|
select SPL_DM if SPL
|
||||||
select SPL_SYS_MALLOC_SIMPLE if SPL
|
|
||||||
select SYS_MALLOC_F
|
select SYS_MALLOC_F
|
||||||
select SYS_THUMB_BUILD if !ARM64
|
select SYS_THUMB_BUILD if !ARM64
|
||||||
imply ADC
|
imply ADC
|
||||||
|
@ -1614,6 +1613,7 @@ config ARCH_ROCKCHIP
|
||||||
imply FAT_WRITE
|
imply FAT_WRITE
|
||||||
imply SARADC_ROCKCHIP
|
imply SARADC_ROCKCHIP
|
||||||
imply SPL_SYSRESET
|
imply SPL_SYSRESET
|
||||||
|
imply SPL_SYS_MALLOC_SIMPLE
|
||||||
imply SYS_NS16550
|
imply SYS_NS16550
|
||||||
imply TPL_SYSRESET
|
imply TPL_SYSRESET
|
||||||
imply USB_FUNCTION_FASTBOOT
|
imply USB_FUNCTION_FASTBOOT
|
||||||
|
|
Loading…
Reference in a new issue