Re: [U-Boot] [PATCH 02/10] arm: add option for TPL support in arm 32bit

2017-09-10 Thread Simon Glass
On 5 September 2017 at 20:14, Kever Yang wrote: > Some options like TPL_SYS_THUMB_BUILD, TPL_USE_ARCH_MEMCPY > and TPL_USE_ARCH_MEMCPY are needed for TPL build in 32bit arm. > > Signed-off-by: Kever Yang > --- > > arch/arm/Kconfig | 29 + > 1 file changed, 29 insertio

[U-Boot] [PATCH 02/10] arm: add option for TPL support in arm 32bit

2017-09-05 Thread Kever Yang
Some options like TPL_SYS_THUMB_BUILD, TPL_USE_ARCH_MEMCPY and TPL_USE_ARCH_MEMCPY are needed for TPL build in 32bit arm. Signed-off-by: Kever Yang --- arch/arm/Kconfig | 29 + 1 file changed, 29 insertions(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c