From: Tom Rini Date: Thu, 18 Jul 2019 02:50:33 +0000 (-0400) Subject: am335x_boneblack_vboot: Disable asm memcpy/memset in SPL X-Git-Tag: v2019.10-rc1~25^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c66eb49c53ef5047a77051dd6af5b0299d3010e;hp=-c;p=platform%2Fkernel%2Fu-boot.git am335x_boneblack_vboot: Disable asm memcpy/memset in SPL In order to save a little space in SPL, do not use the asm versions of memcpy/memset. Signed-off-by: Tom Rini --- 7c66eb49c53ef5047a77051dd6af5b0299d3010e diff --git a/configs/am335x_boneblack_vboot_defconfig b/configs/am335x_boneblack_vboot_defconfig index ffe013f..9ccbd68 100644 --- a/configs/am335x_boneblack_vboot_defconfig +++ b/configs/am335x_boneblack_vboot_defconfig @@ -1,4 +1,8 @@ CONFIG_ARM=y +# CONFIG_SPL_USE_ARCH_MEMCPY is not set +# CONFIG_TPL_USE_ARCH_MEMCPY is not set +# CONFIG_SPL_USE_ARCH_MEMSET is not set +# CONFIG_TPL_USE_ARCH_MEMSET is not set CONFIG_ARCH_OMAP2PLUS=y CONFIG_TI_COMMON_CMD_OPTIONS=y CONFIG_AM33XX=y