commit | ca6095b9470e0560916f7fc7f25479e3718665b3 | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Sat Oct 09 19:33:45 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu Oct 21 07:39:05 2021 +0200 |
tree | bc4ca407ce3ff673ab5f5ee0883412817ffda2ca | |
parent | ab9447fc385f742083b32720d9b5ed3a7d442f6c [diff] |
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>