diff options
author | Tom Rini <trini@konsulko.com> | 2019-07-17 22:50:33 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-17 22:50:33 -0400 |
commit | 7c66eb49c53ef5047a77051dd6af5b0299d3010e (patch) | |
tree | 3ce1f6ad8da08c2673f527b0ee6f65cf46aaaa13 /configs/am335x_boneblack_vboot_defconfig | |
parent | 5eb19e05169cb3c1626590fceac52714a325870c (diff) | |
download | u-boot-7c66eb49c53ef5047a77051dd6af5b0299d3010e.tar.gz u-boot-7c66eb49c53ef5047a77051dd6af5b0299d3010e.tar.bz2 u-boot-7c66eb49c53ef5047a77051dd6af5b0299d3010e.zip |
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 <trini@konsulko.com>
Diffstat (limited to 'configs/am335x_boneblack_vboot_defconfig')
-rw-r--r-- | configs/am335x_boneblack_vboot_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/am335x_boneblack_vboot_defconfig b/configs/am335x_boneblack_vboot_defconfig index ffe013fa2d..9ccbd68241 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 |