]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/lib/memset.S
arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD
[u-boot] / arch / arm / lib / memset.S
index 7208f20dda4bc16b7a226a753ab5d4ad17e5eaec..df053a31d5b079a583f68a680fd95afe71afc3fd 100644 (file)
@@ -16,7 +16,7 @@
        .align  5
 
        .syntax unified
-#ifdef CONFIG_SYS_THUMB_BUILD
+#if defined(CONFIG_SYS_THUMB_BUILD) && !defined(MEMSET_NO_THUMB_BUILD)
        .thumb
        .thumb_func
 #endif