]> git.sur5r.net Git - u-boot/blobdiff - common/board_r.c
imx: iomux-v3: cosmetic: Reorganize definitions
[u-boot] / common / board_r.c
index 63c69365b19733ed53a29ef71c370a644e03087a..9605f80a0cbfb61523534bb9a11e0f0ef20fd428 100644 (file)
@@ -507,11 +507,13 @@ static int show_model_r(void)
 #endif
 
 /* enable exceptions */
+#ifdef CONFIG_ARM
 static int initr_enable_interrupts(void)
 {
        enable_interrupts();
        return 0;
 }
+#endif
 
 #ifdef CONFIG_CMD_NET
 static int initr_ethaddr(void)