Commit 7c66eb49c53ef5047a77051dd6af5b0299d3010e

Authored by Tom Rini
1 parent 5eb19e0516

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>

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

configs/am335x_boneblack_vboot_defconfig
1 1 CONFIG_ARM=y
  2 +# CONFIG_SPL_USE_ARCH_MEMCPY is not set
  3 +# CONFIG_TPL_USE_ARCH_MEMCPY is not set
  4 +# CONFIG_SPL_USE_ARCH_MEMSET is not set
  5 +# CONFIG_TPL_USE_ARCH_MEMSET is not set
2 6 CONFIG_ARCH_OMAP2PLUS=y
3 7 CONFIG_TI_COMMON_CMD_OPTIONS=y
4 8 CONFIG_AM33XX=y