[U-Boot] [PATCH v3 06/66] spl: adapts SYS_MALLOC_F_LEN for TPL
Simon Glass
sjg at chromium.org
Tue Aug 1 09:48:30 UTC 2017
On 28 July 2017 at 13:21, Philipp Tomsich
<philipp.tomsich at theobroma-systems.com> wrote:
> The (upstream) changes to break up SYS_MALLOC_F_LEN for the full
> U-Boot and the SPL stage, break TPL (if simple malloc is enabled in
> TPL).
>
> This adds support for a TPL-variant of SYS_MALLOC_F_LEN:
> - adds TPL_SYS_MALLOC_F_LEN
> - rewrites a test for CONFIG_SPL_SYS_MALLOC_F_LEN to access
> CONFIG_VAL(SYS_MALLOC_F_LEN)
>
> Signed-off-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
>
> Version-changes: 3
> - (new patch) adds changes to SYS_MALLOC_F_LEN for TPL to fix breakage
> from rebasing to u-boot-rockchip/master
>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> Kconfig | 12 +++++++++++-
> common/spl/spl.c | 2 +-
> 2 files changed, 12 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list