Home
last modified time | relevance | path

Searched hist:"3 c732de9" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/arm/mach-rockchip/rk3188/
H A DKconfig3c732de9 Thu Mar 23 18:41:32 CDT 2017 Heiko Stübner <heiko@sntech.de> rockchip: rk3188: enable TPL_LIBGENERIC for generic memset

Commit c67c8c604b6c ("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: Heiko Stuebner <heiko@sntech.de>