]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: rk3188: enable TPL_LIBGENERIC for generic memset
authorHeiko Stübner <heiko@sntech.de>
Thu, 23 Mar 2017 23:41:32 +0000 (00:41 +0100)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Apr 2017 02:01:57 +0000 (20:01 -0600)
commitdc141348cf70edfcf5ba20e5900afbf4dce9bec7
tree3ad5d4f3024fb4193144a370b8d41d6bf263aac2
parentbf1144fb99e1618091256a7325c21f7e11fd15f3
rockchip: rk3188: enable TPL_LIBGENERIC for generic memset

Commit 26f3b21f749f ("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>
arch/arm/mach-rockchip/rk3188/Kconfig