rockchip: rk3188: enable TPL_LIBGENERIC for generic

A patch from »rockchip: rk3188 fixed early stage and radxarock board« in state Mainline for u-boot

From: Heiko Stuebner <heiko@...> Date: Thu, 23 Feb 2017 04:22:22 +0100

Commit-Message

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@...>

Patch-Comment

arch/arm/mach-rockchip/rk3188/Kconfig | 3 +++ 1 file changed, 3 insertions(+)

Statistics

  • 3 lines added
  • 0 lines removed

Changes

-------------------- arch/arm/mach-rockchip/rk3188/Kconfig ---------------------
index f8e1d0316b..b70d45cd62 100644
@@ -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
 
 

Recent Patches

About Us

Sed lacus. Donec lectus. Nullam pretium nibh ut turpis. Nam bibendum. In nulla tortor, elementum vel, tempor at, varius non, purus. Mauris vitae nisl nec metus placerat consectetuer.

Read More...