[U-Boot] [U-Boot, v4, 06/66] spl: use TPL_SYS_MALLOC_F_LEN for TPL
Philipp Tomsich
philipp.tomsich at theobroma-systems.com
Sun Aug 6 17:18:00 UTC 2017
> 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>
> Reviewed-by: Simon Glass <sjg at chromium.org>
>
> Version-changes: 3
> - (new patch) adds changes to SYS_MALLOC_F_LEN for TPL to fix breakage
> from rebasing to u-boot-rockchip/master
>
> Version-changes: 4
> - changes (one-line) summary text
> ---
>
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
> Kconfig | 12 +++++++++++-
> common/spl/spl.c | 2 +-
> 2 files changed, 12 insertions(+), 2 deletions(-)
>
Applied to u-boot-rockchip, thanks!
More information about the U-Boot
mailing list