[U-Boot] [PATCH] rockchip: rock-rk3188: do not use ARCH_MEMSET in TPL

This patch is to fix error in build TPL: common/init/built-in.o: In function `board_init_f_init_reserve': common/init/board_init.c:111: undefined reference to `memset'
Signed-off-by: Kever Yang kever.yang@rock-chips.com ---
configs/rock_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/rock_defconfig b/configs/rock_defconfig index aaf2775..cd7b36b 100644 --- a/configs/rock_defconfig +++ b/configs/rock_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y # CONFIG_SPL_USE_ARCH_MEMCPY is not set # CONFIG_SPL_USE_ARCH_MEMSET is not set +# CONFIG_TPL_USE_ARCH_MEMSET is not set CONFIG_ARCH_ROCKCHIP=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_ROCKCHIP_RK3188=y

On 13 September 2017 at 02:10, Kever Yang kever.yang@rock-chips.com wrote:
This patch is to fix error in build TPL: common/init/built-in.o: In function `board_init_f_init_reserve': common/init/board_init.c:111: undefined reference to `memset'
Signed-off-by: Kever Yang kever.yang@rock-chips.com
configs/rock_defconfig | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass sjg@chromium.org
participants (2)
-
Kever Yang
-
Simon Glass