]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/assembler.h
Merge tag 'xilinx-for-v2018.03' of git://git.denx.de/u-boot-microblaze
[u-boot] / arch / arm / include / asm / assembler.h
index d24be2d484fe67977257f39e18cf16338f7b1932..b146918586015da8229ac85cd5662d83b927e6fd 100644 (file)
@@ -77,7 +77,7 @@
  * We disable it especially for Thumb builds since those instructions
  * are not made in a Thumb ready way...
  */
-#ifdef CONFIG_SYS_THUMB_BUILD
+#if CONFIG_IS_ENABLED(SYS_THUMB_BUILD)
 #define CALGN(code...)
 #else
 #define CALGN(code...) code