Skip to content
Snippets Groups Projects
Commit 3c732de9 authored by Heiko Stübner's avatar Heiko Stübner Committed by Simon Glass
Browse files

rockchip: rk3188: enable TPL_LIBGENERIC for generic memset


Commit c67c8c60 ("board_init.c: Always use memset()") dropped the naive
memset alternative from board_init_f_init_reserve.
So activate CONFIG_TPL_LIBGENERIC for that common memset implementation.
We cannot use the ARCH-specific memset, as that would incur 200bytes of
additional TPL size, space we do not have.

Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 232cf962
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment