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 Applied to u-boot/master, thanks! -- Tom