projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eb19e0
)
am335x_boneblack_vboot: Disable asm memcpy/memset in SPL
author
Tom Rini
<trini@konsulko.com>
Thu, 18 Jul 2019 02:50:33 +0000
(22:50 -0400)
committer
Tom Rini
<trini@konsulko.com>
Thu, 18 Jul 2019 02:50:33 +0000
(22:50 -0400)
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>
configs/am335x_boneblack_vboot_defconfig
patch
|
blob
|
history
diff --git
a/configs/am335x_boneblack_vboot_defconfig
b/configs/am335x_boneblack_vboot_defconfig
index ffe013fa2df7d7b136c66fb523e9e67764ac7d81..9ccbd682412b27989c886d1f2d38e28010d413c5 100644
(file)
--- 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