summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-03-02 15:39:11 -0500
committerTom Rini <trini@konsulko.com>2021-03-02 15:53:37 -0500
commit8962c14834ce87e652066e09eb9930767165d288 (patch)
treed265267fde485a296fc544753bfabc1302a303f0
parent92635c2690aae99e241974211bc47943fdde7065 (diff)
downloadu-boot-WIP/2021-03-01-assorted-improvements.tar.gz
TEST: Disable optimized memcpy/memsetWIP/2021-03-01-assorted-improvements
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--configs/nokia_rx51_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig
index fb8e002e34..4dfbae2ea8 100644
--- a/configs/nokia_rx51_defconfig
+++ b/configs/nokia_rx51_defconfig
@@ -1,5 +1,7 @@
CONFIG_ARM=y
# CONFIG_SYS_THUMB_BUILD is not set
+# CONFIG_USE_ARCH_MEMCPY is not set
+# CONFIG_USE_ARCH_MEMSET is not set
CONFIG_ARCH_OMAP2PLUS=y
CONFIG_SYS_TEXT_BASE=0x80008000
CONFIG_NR_DRAM_BANKS=2