arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD
[oweals/u-boot.git] / arch / arm / cpu / armv7 / cache_v7_asm.S
index a433628bf5b854034f19d9abc78849e23de3645e..bd27ab219c6a752043148ff21798727b725986f8 100644 (file)
@@ -7,7 +7,7 @@
 #include <linux/sizes.h>
 #include <asm/system.h>
 
-#ifdef CONFIG_SYS_THUMB_BUILD
+#if CONFIG_IS_ENABLED(SYS_THUMB_BUILD)
 #define ARM(x...)
 #define THUMB(x...)    x
 #else