From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 25 Mar 2017 20:40:33 -0600 Subject: [U-Boot] [PATCH 1/3] rockchip: rk3188: enable TPL_LIBGENERIC for generic memset In-Reply-To: <20170323234134.10325-2-heiko@sntech.de> References: <20170323234134.10325-1-heiko@sntech.de> <20170323234134.10325-2-heiko@sntech.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23 March 2017 at 17:41, Heiko Stuebner wrote: > 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 > --- > arch/arm/mach-rockchip/rk3188/Kconfig | 3 +++ > 1 file changed, 3 insertions(+) > Applied to u-boot-rockchip, thanks!