[U-Boot] [PATCH v2 7/9] rockchip: enable SPL_LIBGENERIC for rk3036 based boards
Simon Glass
sjg at chromium.org
Tue Jul 18 14:00:22 UTC 2017
On 12 July 2017 at 20:29, Andy Yan <andy.yan at rock-chips.com> wrote:
> function board_init_f_init_reserve will call memset, which
> is implemented in lib, and enabled by CONFIG_SPL_LIBGENERIC_SUPPORT
> in spl stage.
> To reduce the code size, also enable SPL_TINY_MEMSET.
>
> Signed-off-by: Andy Yan <andy.yan at rock-chips.com>
> ---
>
> Changes in v2: None
>
> arch/arm/mach-rockchip/rk3036-board-spl.c | 6 ------
> configs/evb-rk3036_defconfig | 2 ++
> configs/kylin-rk3036_defconfig | 3 ++-
> 3 files changed, 4 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list