
9 Oct
2021
9 Oct
'21
3:38 a.m.
On Sat, Sep 25, 2021 at 07:03:14AM -0600, Simon Glass wrote:
Adjust this function so that preprocessor macros are not needed. With this, the host build uses more of the same header files as the target build.
Rather than definining CONFIG_SYS_MALLOC_LEN, add a CONSERVE_MEMORY define, since that is the purpose of the value.
This appears to have no impact on code size from a spot check of a few boards (snow, firefly-rk3288, boston32r2el, m53menlo).
Signed-off-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom