arm: mvebu: turris_omnia: Move SPL's SYS_MALLOC_SIMPLE to Kconfig
Instead of declaring CONFIG_SYS_MALLOC_SIMPLE dependant on CONFIG_SPL_BUILD in board config header, select CONFIG_SPL_SYS_MALLOC_SIMPLE in Kconfig. Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
committed by
Stefan Roese
parent
dc096a5e90
commit
2c8a4e4d76
@@ -128,6 +128,7 @@ config TARGET_TURRIS_OMNIA
|
||||
select I2C_MUX
|
||||
select I2C_MUX_PCA954x
|
||||
select SPL_I2C_MUX
|
||||
select SPL_SYS_MALLOC_SIMPLE
|
||||
select SYS_I2C_MVTWSI
|
||||
select ATSHA204A
|
||||
|
||||
|
||||
Reference in New Issue
Block a user