mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
rockchip: rk3188: enable TPL_LIBGENERIC for generic memset
Commit c67c8c604b
("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>
This commit is contained in:
parent
232cf96222
commit
3c732de9bf
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue