]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
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)
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>
arch/arm/mach-rockchip/rk3188/Kconfig

index f8e1d0316bf3c51e58a34e44edf364f7da313379..b70d45cd624107c87beec2af13340b8340b0d379 100644 (file)
@@ -18,6 +18,9 @@ config SPL_SERIAL_SUPPORT
 config TPL_LIBCOMMON_SUPPORT
        default y
 
+config TPL_LIBGENERIC_SUPPORT
+       default y
+
 config TPL_SERIAL_SUPPORT
        default y