commit | 3c732de9bf469c17d6a23863dbb80f3cd9f503ee | [log] [tgz] |
---|---|---|
author | Heiko Stübner <heiko@sntech.de> | Fri Mar 24 00:41:32 2017 +0100 |
committer | Simon Glass <sjg@chromium.org> | Tue Apr 04 20:01:57 2017 -0600 |
tree | 3ad5d4f3024fb4193144a370b8d41d6bf263aac2 | |
parent | 232cf962227c609b5788bddd08e2bf58366d9483 [diff] |
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>